summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Subaric <deadmeu@gmail.com>2019-06-20 02:42:56 +1000
committerGitHub <noreply@github.com>2019-06-20 02:42:56 +1000
commitf375e10411dbce8c71d0acfa4f7eab406f131a7d (patch)
tree013a2ff9828a5d0f1c891d67a94a96f1086d5c64
parent5c665fcc5b3086d8b7d6d84ccdec5356ec58f5fb (diff)
Added missing space between two words
Added missing whitespace character between two words in the "Warning Missing Derivation Components" warning message box.
-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."));
}