fix a typo in OptionsDialog

This commit is contained in:
Philip Kaufmann 2012-06-30 01:16:22 +02:00 committed by Luke Dashjr
parent 46761b339c
commit a1816267e6

View File

@ -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();