mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
qt: Do not translate file extensions
This commit is contained in:
@@ -141,7 +141,7 @@ void PSBTOperationsDialog::saveTransaction() {
|
||||
filename_suggestion.append(".psbt");
|
||||
QString filename = GUIUtil::getSaveFileName(this,
|
||||
tr("Save Transaction Data"), filename_suggestion,
|
||||
tr("Partially Signed Transaction (Binary) (*.psbt)"), &selected_filter);
|
||||
tr("Partially Signed Transaction (Binary)", "Name of binary PSBT file format") + QLatin1String(" (*.psbt)"), &selected_filter);
|
||||
if (filename.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user