diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-20 01:34:06 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-20 01:34:06 -0700 |
| commit | 563f3efda3d3230bc512b35f15598d5e4e3a5071 (patch) | |
| tree | e14446de58b824cf5afbcd2f29922b70736925c3 /src/qt/verifymessagedialog.cpp | |
| parent | Merge pull request #1353 from Diapolo/RPC_OpenDebugLog_Icon (diff) | |
| parent | allow translation of "options" used in the --help message / split translation... (diff) | |
| download | discoin-563f3efda3d3230bc512b35f15598d5e4e3a5071.tar.xz discoin-563f3efda3d3230bc512b35f15598d5e4e3a5071.zip | |
Merge pull request #1323 from Diapolo/string_fixes
translation updates / string updates
Diffstat (limited to 'src/qt/verifymessagedialog.cpp')
| -rw-r--r-- | src/qt/verifymessagedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/verifymessagedialog.cpp b/src/qt/verifymessagedialog.cpp index 1f82e2ac3..0bac24820 100644 --- a/src/qt/verifymessagedialog.cpp +++ b/src/qt/verifymessagedialog.cpp @@ -25,7 +25,7 @@ VerifyMessageDialog::VerifyMessageDialog(AddressTableModel *addressModel, QWidge #if (QT_VERSION >= 0x040700) /* Do not move this to the XML file, Qt before 4.7 will choke on it */ ui->lnSig->setPlaceholderText(tr("Enter Bitcoin signature")); - ui->lnAddress->setPlaceholderText(tr("Click \"Apply\" to obtain address")); + ui->lnAddress->setPlaceholderText(tr("Click \"Verify Message\" to obtain address")); #endif GUIUtil::setupAddressWidget(ui->lnAddress, this); |