summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Alex Subaric2019-06-20 02:42:56 +1000
committerGravatar GitHub2019-06-20 02:42:56 +1000
commitf375e10411dbce8c71d0acfa4f7eab406f131a7d (patch)
tree013a2ff9828a5d0f1c891d67a94a96f1086d5c64 /src
parentMerge pull request #2584 from ogniK5377/cadence (diff)
downloadyuzu-f375e10411dbce8c71d0acfa4f7eab406f131a7d.tar.gz
yuzu-f375e10411dbce8c71d0acfa4f7eab406f131a7d.tar.xz
yuzu-f375e10411dbce8c71d0acfa4f7eab406f131a7d.zip
Added missing space between two words
Added missing whitespace character between two words in the "Warning Missing Derivation Components" warning message box.
Diffstat (limited to 'src')
-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) {
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