more help text

This commit is contained in:
thomasv 2013-09-15 12:36:35 +02:00
parent 636fdc18a5
commit ba17188d60
1 changed files with 1 additions and 1 deletions

View File

@ -1369,7 +1369,7 @@ class ElectrumWindow(QMainWindow):
addr = self.wallet.new_account_address()
vbox = QVBoxLayout()
vbox.addWidget(QLabel(_("To create a new account, please send coins to the first address of that account:")))
vbox.addWidget(QLabel(_("Electrum considers that an account exists only if it contains bitcoins.") + '\n' + _("To create a new account, please send coins to the first address of that account:")))
e = QLineEdit(addr)
e.setReadOnly(True)
vbox.addWidget(e)