Edit masternode.conf from within the wallet (Menu adjusted)
This commit is contained in:
parent
eb29c71981
commit
115bb174ca
@ -363,9 +363,9 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle)
|
|||||||
openPeersAction->setStatusTip(tr("Show peers info"));
|
openPeersAction->setStatusTip(tr("Show peers info"));
|
||||||
openRepairAction = new QAction(QIcon(":/icons/" + theme + "/options"), tr("Wallet &Repair"), this);
|
openRepairAction = new QAction(QIcon(":/icons/" + theme + "/options"), tr("Wallet &Repair"), this);
|
||||||
openRepairAction->setStatusTip(tr("Show wallet repair options"));
|
openRepairAction->setStatusTip(tr("Show wallet repair options"));
|
||||||
openConfEditorAction = new QAction(QIcon(":/icons/" + theme + "/edit"), tr("Open &Configuration File"), this);
|
openConfEditorAction = new QAction(QIcon(":/icons/" + theme + "/edit"), tr("Open Wallet &Configuration File"), this);
|
||||||
openConfEditorAction->setStatusTip(tr("Open configuration file"));
|
openConfEditorAction->setStatusTip(tr("Open configuration file"));
|
||||||
openMNConfEditorAction = new QAction(QIcon(":/icons/" + theme + "/edit"), tr("Open &MN-Config-File"), this);
|
openMNConfEditorAction = new QAction(QIcon(":/icons/" + theme + "/edit"), tr("Open &Masternode Configuration File"), this);
|
||||||
openMNConfEditorAction->setStatusTip(tr("Open Masternode configuration file"));
|
openMNConfEditorAction->setStatusTip(tr("Open Masternode configuration file"));
|
||||||
showBackupsAction = new QAction(QIcon(":/icons/" + theme + "/browse"), tr("Show Automatic &Backups"), this);
|
showBackupsAction = new QAction(QIcon(":/icons/" + theme + "/browse"), tr("Show Automatic &Backups"), this);
|
||||||
showBackupsAction->setStatusTip(tr("Show automatically created wallet backups"));
|
showBackupsAction->setStatusTip(tr("Show automatically created wallet backups"));
|
||||||
|
Loading…
Reference in New Issue
Block a user