File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,8 +310,8 @@ void BitcoinGUI::createActions(bool fIsTestnet)
310310 openRPCConsoleAction->setStatusTip (tr (" Open debugging console" ));
311311 openNetworkAction = new QAction (QIcon (" :/icons/connect_4" ), tr (" &Network Monitor" ), this );
312312 openNetworkAction->setStatusTip (tr (" Show network monitor" ));
313- openConfEditorAction = new QAction (QIcon (" :/icons/edit" ), tr (" Edit &Configuration File" ), this );
314- openConfEditorAction->setStatusTip (tr (" Edit configuration file" ));
313+ openConfEditorAction = new QAction (QIcon (" :/icons/edit" ), tr (" Open &Configuration File" ), this );
314+ openConfEditorAction->setStatusTip (tr (" Open configuration file" ));
315315
316316 usedSendingAddressesAction = new QAction (QIcon (" :/icons/address-book" ), tr (" &Sending addresses..." ), this );
317317 usedSendingAddressesAction->setStatusTip (tr (" Show the list of used sending addresses and labels" ));
You can’t perform that action at this time.
0 commit comments