diff options
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 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 | } |