aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-11-19 01:17:18 -0800
committerGitHub <noreply@github.com>2021-11-19 01:17:18 -0800
commita69813948ff39f4a3678ac0cd8cc8ee1ce55bca4 (patch)
treed055c547935b2df1064c7ee99f7742fcf9d5978a /src
parentc45af76ea0f19a76a7fa99e37d296aa2fabf0395 (diff)
parentffb79afd29afbb55b5d161286315f8bd9496776b (diff)
Merge pull request #7342 from goldenx86/patch-3
Replace keys error pop up
Diffstat (limited to 'src')
-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 6071a222f0..6f83475b96 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -3300,9 +3300,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));
}