diff options
| author | Jeff Garzik <[email protected]> | 2012-06-29 16:18:45 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-06-29 16:18:45 -0700 |
| commit | ac8d2b1df761f13b53a11333c6f7c4474f6e55e8 (patch) | |
| tree | be77823e462620aca7eee32bdb17f5c50f87d5dd /src/qt | |
| parent | Merge pull request #1532 from fanquake/master (diff) | |
| parent | fix a typo in OptionsDialog (diff) | |
| download | discoin-ac8d2b1df761f13b53a11333c6f7c4474f6e55e8.tar.xz discoin-ac8d2b1df761f13b53a11333c6f7c4474f6e55e8.zip | |
Merge pull request #1537 from Diapolo/fix_awesome_typo
fix an awesome typo in OptionsDialog ^^
Diffstat (limited to 'src/qt')
| -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> |