From 720d36ca71ad67cd24308cf38cc654680a784ab0 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sun, 14 Oct 2018 21:57:52 -0400 Subject: crypto: Various crypto fixes for quickstart guide --- src/yuzu/main.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/yuzu/main.cpp') diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index cc92ea5b8..d1a068e68 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1428,8 +1428,12 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) { QMessageBox::warning( this, tr("Warning Missing Derivation Components"), tr("The following are missing from your configuration that may hinder key " - "derivation. It will be attempted but may not complete.\n\n") + - errors); + "derivation. It will be attempted but may not complete.

") + + errors + + tr("

You can get all of these and dump all of your games easily by " + "following the " + "quickstart guide. Alternatively, you can use another method of dumping " + "to obtain all of your keys.")); } QProgressDialog prog; -- cgit v1.2.3