mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Qt/GCMemcardManager: Fix broken export message
This commit is contained in:
@@ -300,7 +300,7 @@ void GCMemcardManager::ExportFiles(bool prompt)
|
||||
}
|
||||
|
||||
QString text = count == 1 ? tr("Successfully exported the save file.") :
|
||||
tr("Successfully exported the %1 save files.");
|
||||
tr("Successfully exported the %1 save files.").arg(count);
|
||||
QMessageBox::information(this, tr("Success"), text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user