summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatías Locatti <42481638+goldenx86@users.noreply.github.com>2021-11-16 07:53:28 +0100
committerGitHub <noreply@github.com>2021-11-16 07:53:28 +0100
commitffb79afd29afbb55b5d161286315f8bd9496776b (patch)
tree1621f1f6d570852efac467b7e4afeaaa22a0c269
parentMerge pull request #7326 from ameerj/vp8 (diff)
downloadyuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.tar
yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.tar.gz
yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.tar.bz2
yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.tar.lz
yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.tar.xz
yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.tar.zst
yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.zip
-rw-r--r--src/yuzu/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 4e5552d2a..21981f749 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -3194,9 +3194,9 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) {
if (!errors.isEmpty()) {
QMessageBox::warning(
this, tr("Derivation Components Missing"),
- tr("Components are missing that may hinder key derivation from completing. "
+ tr("Encryption keys are missing. "
"<br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu "
- "quickstart guide</a> to get all your keys and "
+ "quickstart guide</a> to get all your keys, firmware and "
"games.<br><br><small>(%1)</small>")
.arg(errors));
}