aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-04-13 23:47:50 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-04-13 23:47:50 -0700
commit46ba858817dd1a9cbb69b11f4603e8f8f74c4c44 (patch)
tree5a1d80a81e76510a6467508960a87fe038679519 /src/qt/bitcoingui.cpp
parentc1d0547cf6b3db57c197fda3b5c614497a58c9dd (diff)
parent3fddc8effca227707773b5655c4cae4acb8396a6 (diff)
downloadbitcoin-46ba858817dd1a9cbb69b11f4603e8f8f74c4c44.tar.xz
Merge pull request #1089 from laanwj/2012_04_translationupdate
Update translations for 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 ba33d2b7e0..10028b5809 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -241,7 +241,7 @@ void BitcoinGUI::createActions()
optionsAction->setToolTip(tr("Modify configuration options for bitcoin"));
optionsAction->setMenuRole(QAction::PreferencesRole);
toggleHideAction = new QAction(QIcon(":/icons/bitcoin"), tr("Show/Hide &Bitcoin"), this);
- toggleHideAction->setToolTip(tr("Show or Hide the Bitcoin window"));
+ toggleHideAction->setToolTip(tr("Show or hide the Bitcoin window"));
exportAction = new QAction(QIcon(":/icons/export"), tr("&Export..."), this);
exportAction->setToolTip(tr("Export the data in the current tab to a file"));
encryptWalletAction = new QAction(QIcon(":/icons/lock_closed"), tr("&Encrypt Wallet"), this);