[Qt] don't allow translation of our example btc address

This commit is contained in:
Philip Kaufmann
2014-05-21 15:22:42 +02:00
parent a652787737
commit 6a5c124b84
4 changed files with 6 additions and 5 deletions

View File

@@ -27,7 +27,6 @@ SignVerifyMessageDialog::SignVerifyMessageDialog(QWidget *parent) :
#if QT_VERSION >= 0x040700
ui->signatureOut_SM->setPlaceholderText(tr("Click \"Sign Message\" to generate signature"));
ui->addressIn_VM->setPlaceholderText(tr("Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)"));
#endif
GUIUtil::setupAddressWidget(ui->addressIn_SM, this);