Remove translation of literal filename/filter format.

This commit is contained in:
Andrew Pilley 2024-02-19 15:21:44 +11:00
parent a2bedcf06c
commit bf6816d81a

View file

@ -4300,7 +4300,7 @@ void GMainWindow::OnInstallDecryptionKeys() {
const QString key_source_location =
QFileDialog::getOpenFileName(this, tr("Select Dumped Keys Location"), {},
tr("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly);
QStringLiteral("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly);
if (key_source_location.isEmpty()) {
return;
}