mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
qt [experimental]: Add a translation comment and a disambiguation string
The goal is to see the way the Transifex presents the added items to translators using an intermediate XLIFF translation file.
This commit is contained in:
parent
f959b75e8c
commit
99686b6519
1 changed files with 2 additions and 1 deletions
|
@ -309,7 +309,8 @@ void AddressBookPage::on_exportButton_clicked()
|
||||||
|
|
||||||
if(!writer.write()) {
|
if(!writer.write()) {
|
||||||
QMessageBox::critical(this, tr("Exporting Failed"),
|
QMessageBox::critical(this, tr("Exporting Failed"),
|
||||||
tr("There was an error trying to save the address list to %1. Please try again.").arg(filename));
|
//: %1 is a name of the file (e.g., "addrbook.csv") that the bitcoin addresses were exported to.
|
||||||
|
tr("There was an error trying to save the address list to %1. Please try again.", "An error message.").arg(filename));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue