summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2021-11-19 01:17:18 -0800
committerGravatar GitHub2021-11-19 01:17:18 -0800
commita69813948ff39f4a3678ac0cd8cc8ee1ce55bca4 (patch)
treed055c547935b2df1064c7ee99f7742fcf9d5978a /src
parentMerge pull request #7357 from Morph1984/s8_uint (diff)
parentReplace keys error pop up (diff)
downloadyuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.tar.gz
yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.tar.xz
yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.zip
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 6071a222f..6f83475b9 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -3300,9 +3300,9 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) {
3300 if (!errors.isEmpty()) { 3300 if (!errors.isEmpty()) {
3301 QMessageBox::warning( 3301 QMessageBox::warning(
3302 this, tr("Derivation Components Missing"), 3302 this, tr("Derivation Components Missing"),
3303 tr("Components are missing that may hinder key derivation from completing. " 3303 tr("Encryption keys are missing. "
3304 "<br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu " 3304 "<br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu "
3305 "quickstart guide</a> to get all your keys and " 3305 "quickstart guide</a> to get all your keys, firmware and "
3306 "games.<br><br><small>(%1)</small>") 3306 "games.<br><br><small>(%1)</small>")
3307 .arg(errors)); 3307 .arg(errors));
3308 } 3308 }