From f375e10411dbce8c71d0acfa4f7eab406f131a7d Mon Sep 17 00:00:00 2001
From: Alex Subaric <deadmeu@gmail.com>
Date: Thu, 20 Jun 2019 02:42:56 +1000
Subject: [PATCH] Added missing space between two words

Added missing whitespace character between two words in the "Warning Missing Derivation Components" warning message box.
---
 src/yuzu/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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."));
         }