diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-30 01:16:22 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-30 01:16:22 +0200 |
commit | 0f5d4c6e8800ecc4e34e63a10fa7de3d97798119 (patch) | |
tree | fe9bbee878f6896c15d96c745cae25811dbae0dc /src/qt/forms/optionsdialog.ui | |
parent | 5fa83965f22ae92f86de74104b621c2168d37698 (diff) |
fix a typo in OptionsDialog
Diffstat (limited to 'src/qt/forms/optionsdialog.ui')
-rw-r--r-- | src/qt/forms/optionsdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 07e2324edb..270b7ae9ef 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -129,7 +129,7 @@ <item> <widget class="QCheckBox" name="connectSocks"> <property name="toolTip"> - <string>Connect to the Bitcon network through a SOCKS proxy (e.g. when connecting through Tor).</string> + <string>Connect to the Bitcoin network through a SOCKS proxy (e.g. when connecting through Tor).</string> </property> <property name="text"> <string>&Connect through SOCKS proxy:</string> |