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 #17082
This commit is contained in:
Zero 2020-01-06 20:23:35 +01:00
parent 5cb1d938a1
commit 44f15cfdcf
No known key found for this signature in database
GPG key ID: A8808CC5D88DF2C0
2 changed files with 3 additions and 3 deletions

View file

@ -318,8 +318,8 @@ void BitcoinGUI::createActions()
verifyMessageAction = new QAction(tr("&Verify message..."), this);
verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Bitcoin addresses"));
openRPCConsoleAction = new QAction(tr("&Debug window"), this);
openRPCConsoleAction->setStatusTip(tr("Open debugging and diagnostic console"));
openRPCConsoleAction = new QAction(tr("Node window"), this);
openRPCConsoleAction->setStatusTip(tr("Open node debugging and diagnostic console"));
// initially disable the debug window menu item
openRPCConsoleAction->setEnabled(false);
openRPCConsoleAction->setObjectName("openRPCConsoleAction");

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Debug window</string>
<string>Node window</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>