Skip to content

Commit e7ee887

Browse files
committed
Edit configuration file from within wallet (formating + text change)
1 parent 0cc5e47 commit e7ee887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/bitcoingui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)