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. " "
Please follow the yuzu " - "quickstart guide to get all your keys and " + "quickstart guide to get all your keys, firmware and " "games.

(%1)") .arg(errors)); }