Skip to content

Commit 44f15cf

Browse files
committed
gui: renamed 'debug window' to 'node window'
- Renamed 'Debug window' to a more user friendly term - 'Node window' - in the window title and tray menu. fixes bitcoin#17082
1 parent 5cb1d93 commit 44f15cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/qt/bitcoingui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ void BitcoinGUI::createActions()
318318
verifyMessageAction = new QAction(tr("&Verify message..."), this);
319319
verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Bitcoin addresses"));
320320

321-
openRPCConsoleAction = new QAction(tr("&Debug window"), this);
322-
openRPCConsoleAction->setStatusTip(tr("Open debugging and diagnostic console"));
321+
openRPCConsoleAction = new QAction(tr("Node window"), this);
322+
openRPCConsoleAction->setStatusTip(tr("Open node debugging and diagnostic console"));
323323
// initially disable the debug window menu item
324324
openRPCConsoleAction->setEnabled(false);
325325
openRPCConsoleAction->setObjectName("openRPCConsoleAction");

src/qt/forms/debugwindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Debug window</string>
14+
<string>Node window</string>
1515
</property>
1616
<layout class="QVBoxLayout" name="verticalLayout_2">
1717
<item>

0 commit comments

Comments
 (0)