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()
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" );
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments