aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-06-30 01:16:22 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-07-06 00:17:23 +0000
commita1816267e6bf6d7fe017f089c5720da1a693a868 (patch)
tree838e5e0b68fe8f706571ba8617947faab4e24bea /src/qt
parent46761b339cd57c5de56c2ae5c7a6d8fa592567ce (diff)
downloadbitcoin-a1816267e6bf6d7fe017f089c5720da1a693a868.tar.xz
fix a typo in OptionsDialog
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/optionsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp
index bac01829a7..6018419fbc 100644
--- a/src/qt/optionsdialog.cpp
+++ b/src/qt/optionsdialog.cpp
@@ -188,7 +188,7 @@ MainOptionsPage::MainOptionsPage(QWidget *parent):
#endif
connect_socks4 = new QCheckBox(tr("&Connect through SOCKS4 proxy:"));
- connect_socks4->setToolTip(tr("Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor)"));
+ connect_socks4->setToolTip(tr("Connect to the Bitcoin network through a SOCKS4 proxy (e.g. when connecting through Tor)"));
layout->addWidget(connect_socks4);
QHBoxLayout *proxy_hbox = new QHBoxLayout();