mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
qt: Replace disambiguation strings with translator comments
Translator comments is the right way to pass context to translators.
This commit is contained in:
@@ -141,7 +141,8 @@ void PSBTOperationsDialog::saveTransaction() {
|
||||
filename_suggestion.append(".psbt");
|
||||
QString filename = GUIUtil::getSaveFileName(this,
|
||||
tr("Save Transaction Data"), filename_suggestion,
|
||||
tr("Partially Signed Transaction (Binary)", "Name of binary PSBT file format") + QLatin1String(" (*.psbt)"), &selected_filter);
|
||||
//: Expanded name of the binary PSBT file format. See: BIP 174.
|
||||
tr("Partially Signed Transaction (Binary)") + QLatin1String(" (*.psbt)"), &selected_filter);
|
||||
if (filename.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user