typo
This commit is contained in:
rdymac 2013-10-10 03:54:13 +02:00
parent 116b10cc11
commit e3c19b12e3
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class NetworkDialog(QDialog):
self.autocycle_cb.setChecked(self.config.get('auto_cycle', True))
grid.addWidget(self.autocycle_cb, 0, 1)
if not self.config.is_modifiable('auto_cycle'): self.autocycle_cb.setEnabled(False)
msg = _("If auto-connect is enabled, Electrum will always use a server that is on the the longest blockchain.") + " " \
msg = _("If auto-connect is enabled, Electrum will always use a server that is on the longest blockchain.") + " " \
+ _("If it is disabled, Electrum will warn you if your server is lagging.")
grid.addWidget(HelpButton(msg), 0, 4)