File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -318,8 +318,8 @@ void BitcoinGUI::createActions()
318
318
verifyMessageAction = new QAction (tr (" &Verify message..." ), this );
319
319
verifyMessageAction->setStatusTip (tr (" Verify messages to ensure they were signed with specified Bitcoin addresses" ));
320
320
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" ));
323
323
// initially disable the debug window menu item
324
324
openRPCConsoleAction->setEnabled (false );
325
325
openRPCConsoleAction->setObjectName (" openRPCConsoleAction" );
Original file line number Diff line number Diff line change 11
11
</rect >
12
12
</property >
13
13
<property name =" windowTitle" >
14
- <string >Debug window</string >
14
+ <string >Node window</string >
15
15
</property >
16
16
<layout class =" QVBoxLayout" name =" verticalLayout_2" >
17
17
<item >
You can’t perform that action at this time.
0 commit comments