diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index df58b556e0..896dfaaeed 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -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; }