Skip to content

Commit 99686b6

Browse files
committed
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.
1 parent f959b75 commit 99686b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/qt/addressbookpage.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ void AddressBookPage::on_exportButton_clicked()
309309

310310
if(!writer.write()) {
311311
QMessageBox::critical(this, tr("Exporting Failed"),
312-
tr("There was an error trying to save the address list to %1. Please try again.").arg(filename));
312+
//: %1 is a name of the file (e.g., "addrbook.csv") that the bitcoin addresses were exported to.
313+
tr("There was an error trying to save the address list to %1. Please try again.", "An error message.").arg(filename));
313314
}
314315
}
315316

0 commit comments

Comments
 (0)