diff options
author | bunnei <bunneidev@gmail.com> | 2021-11-19 10:17:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 10:17:18 +0100 |
commit | a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4 (patch) | |
tree | d055c547935b2df1064c7ee99f7742fcf9d5978a | |
parent | Merge pull request #7357 from Morph1984/s8_uint (diff) | |
parent | Replace keys error pop up (diff) | |
download | yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.tar yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.tar.gz yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.tar.bz2 yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.tar.lz yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.tar.xz yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.tar.zst yuzu-a69813948ff39f4a3678ac0cd8cc8ee1ce55bca4.zip |
-rw-r--r-- | src/yuzu/main.cpp | 4 |
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) { 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)); } |