aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-11-21 13:52:26 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-12-02 15:06:15 +0100
commit50db7d9f09f2fda7c97816d810e478c10dba3cb2 (patch)
tree4360a4fb3a6341180d0793979128c1b276f451c8 /src/qt/bitcoingui.cpp
parent2747f7cf77f6ef3515899a0d8dbe1bad68114da7 (diff)
downloadbitcoin-50db7d9f09f2fda7c97816d810e478c10dba3cb2.tar.xz
[Qt] change some strings to reflect name change to Bitcoin Core
Diffstat (limited to 'src/qt/bitcoingui.cpp')
-rw-r--r--src/qt/bitcoingui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index 6a457d361f..f52075ce19 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -296,7 +296,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle)
aboutQtAction->setStatusTip(tr("Show information about Qt"));
aboutQtAction->setMenuRole(QAction::AboutQtRole);
optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this);
- optionsAction->setStatusTip(tr("Modify configuration options for Bitcoin"));
+ optionsAction->setStatusTip(tr("Modify configuration options for Bitcoin Core"));
optionsAction->setMenuRole(QAction::PreferencesRole);
toggleHideAction = new QAction(networkStyle->getAppIcon(), tr("&Show / Hide"), this);
toggleHideAction->setStatusTip(tr("Show or hide the main Window"));