mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +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:
@@ -273,7 +273,8 @@ void WalletView::backupWallet()
|
||||
{
|
||||
QString filename = GUIUtil::getSaveFileName(this,
|
||||
tr("Backup Wallet"), QString(),
|
||||
tr("Wallet Data", "Name of wallet data file format") + QLatin1String(" (*.dat)"), nullptr);
|
||||
//: Name of the wallet data file format.
|
||||
tr("Wallet Data") + QLatin1String(" (*.dat)"), nullptr);
|
||||
|
||||
if (filename.isEmpty())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user