diff options
| author | 2021-11-16 03:53:28 -0300 | |
|---|---|---|
| committer | 2021-11-16 03:53:28 -0300 | |
| commit | ffb79afd29afbb55b5d161286315f8bd9496776b (patch) | |
| tree | 1621f1f6d570852efac467b7e4afeaaa22a0c269 | |
| parent | Merge pull request #7326 from ameerj/vp8 (diff) | |
| download | yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.tar.gz yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.tar.xz yuzu-ffb79afd29afbb55b5d161286315f8bd9496776b.zip | |
Replace keys error pop up
Fight me.
Diffstat (limited to '')
| -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 4e5552d2a..21981f749 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -3194,9 +3194,9 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) { | |||
| 3194 | if (!errors.isEmpty()) { | 3194 | if (!errors.isEmpty()) { |
| 3195 | QMessageBox::warning( | 3195 | QMessageBox::warning( |
| 3196 | this, tr("Derivation Components Missing"), | 3196 | this, tr("Derivation Components Missing"), |
| 3197 | tr("Components are missing that may hinder key derivation from completing. " | 3197 | tr("Encryption keys are missing. " |
| 3198 | "<br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu " | 3198 | "<br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu " |
| 3199 | "quickstart guide</a> to get all your keys and " | 3199 | "quickstart guide</a> to get all your keys, firmware and " |
| 3200 | "games.<br><br><small>(%1)</small>") | 3200 | "games.<br><br><small>(%1)</small>") |
| 3201 | .arg(errors)); | 3201 | .arg(errors)); |
| 3202 | } | 3202 | } |