diff options
| author | Philip Kaufmann <[email protected]> | 2012-06-30 01:16:22 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-06-30 01:16:22 +0200 |
| commit | 0f5d4c6e8800ecc4e34e63a10fa7de3d97798119 (patch) | |
| tree | fe9bbee878f6896c15d96c745cae25811dbae0dc /src | |
| parent | Merge branch 'patch-5' of https://github.com/xanatos/bitcoin (diff) | |
| download | discoin-0f5d4c6e8800ecc4e34e63a10fa7de3d97798119.tar.xz discoin-0f5d4c6e8800ecc4e34e63a10fa7de3d97798119.zip | |
fix a 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 07e2324ed..270b7ae9e 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> |