diff options
author | Mat M <mathew1800@gmail.com> | 2019-06-19 14:11:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 14:11:10 -0400 |
commit | 908ca1fc72364376f3620593a935577ccc2bfd83 (patch) | |
tree | 013a2ff9828a5d0f1c891d67a94a96f1086d5c64 | |
parent | 5c665fcc5b3086d8b7d6d84ccdec5356ec58f5fb (diff) | |
parent | f375e10411dbce8c71d0acfa4f7eab406f131a7d (diff) |
Merge pull request #2593 from deadmeu/patch-1
Added missing space between two words
-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) { 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/'>the " - "quickstart guide</a>. Alternatively, you can use another method of dumping" + "quickstart guide</a>. Alternatively, you can use another method of dumping " "to obtain all of your keys.")); } |