summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2019-06-19 20:11:10 +0200
committerGitHub <noreply@github.com>2019-06-19 20:11:10 +0200
commit908ca1fc72364376f3620593a935577ccc2bfd83 (patch)
tree013a2ff9828a5d0f1c891d67a94a96f1086d5c64
parentMerge pull request #2584 from ogniK5377/cadence (diff)
parentAdded missing space between two words (diff)
downloadyuzu-908ca1fc72364376f3620593a935577ccc2bfd83.tar
yuzu-908ca1fc72364376f3620593a935577ccc2bfd83.tar.gz
yuzu-908ca1fc72364376f3620593a935577ccc2bfd83.tar.bz2
yuzu-908ca1fc72364376f3620593a935577ccc2bfd83.tar.lz
yuzu-908ca1fc72364376f3620593a935577ccc2bfd83.tar.xz
yuzu-908ca1fc72364376f3620593a935577ccc2bfd83.tar.zst
yuzu-908ca1fc72364376f3620593a935577ccc2bfd83.zip
-rw-r--r--src/yuzu/main.cpp2
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."));
}