diff options
| -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 cd32623b4..66a7080c9 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1944,7 +1944,7 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) { | |||
| 1944 | errors + | 1944 | errors + |
| 1945 | tr("<br><br>You can get all of these and dump all of your games easily by " | 1945 | tr("<br><br>You can get all of these and dump all of your games easily by " |
| 1946 | "following <a href='https://yuzu-emu.org/help/quickstart/'>the " | 1946 | "following <a href='https://yuzu-emu.org/help/quickstart/'>the " |
| 1947 | "quickstart guide</a>. Alternatively, you can use another method of dumping" | 1947 | "quickstart guide</a>. Alternatively, you can use another method of dumping " |
| 1948 | "to obtain all of your keys.")); | 1948 | "to obtain all of your keys.")); |
| 1949 | } | 1949 | } |
| 1950 | 1950 | ||