diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-06-29 16:18:45 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-06-29 16:18:45 -0700 |
commit | ac8d2b1df761f13b53a11333c6f7c4474f6e55e8 (patch) | |
tree | be77823e462620aca7eee32bdb17f5c50f87d5dd /src | |
parent | a590aae01785e7bf07cd212c3f8813a53d6b85e3 (diff) | |
parent | 0f5d4c6e8800ecc4e34e63a10fa7de3d97798119 (diff) |
Merge pull request #1537 from Diapolo/fix_awesome_typo
fix an awesome typo in OptionsDialog ^^
Diffstat (limited to 'src')
-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> |