diff options
author | Dharmin K Shah <dharminshah175@gmail.com> | 2018-11-04 20:06:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-04 20:06:49 +0100 |
commit | b2647dba337c596ba3b3132297ee0af18033c007 (patch) | |
tree | 8a1123a435c40eaf6ed573c2c6fb74db9701051e | |
parent | Merge pull request #1636 from ogniK5377/hwopus-bad-assert (diff) | |
download | yuzu-b2647dba337c596ba3b3132297ee0af18033c007.tar yuzu-b2647dba337c596ba3b3132297ee0af18033c007.tar.gz yuzu-b2647dba337c596ba3b3132297ee0af18033c007.tar.bz2 yuzu-b2647dba337c596ba3b3132297ee0af18033c007.tar.lz yuzu-b2647dba337c596ba3b3132297ee0af18033c007.tar.xz yuzu-b2647dba337c596ba3b3132297ee0af18033c007.tar.zst yuzu-b2647dba337c596ba3b3132297ee0af18033c007.zip |
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index c5a56cbfd..47d52c385 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1532,7 +1532,7 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) { "derivation. It will be attempted but may not complete.<br><br>") + errors + tr("<br><br>You can get all of these and dump all of your games easily by " - "following <a href='https://yuzu-emu.org/help/quickstart/quickstart/'>the " + "following <a href='https://yuzu-emu.org/help/quickstart/'>the " "quickstart guide</a>. Alternatively, you can use another method of dumping " "to obtain all of your keys.")); } |