From 1448a9b9a1399408490251981522e1ba7eabf24c Mon Sep 17 00:00:00 2001
From: Yuri Chornoivan <yurchor@ukr.net>
Date: Thu, 15 Oct 2020 20:55:37 +0300
Subject: [PATCH] Add missing space

---
 src/modules/partition/gui/ChoicePage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp
index d99fd1b0d..b577fe5ab 100644
--- a/src/modules/partition/gui/ChoicePage.cpp
+++ b/src/modules/partition/gui/ChoicePage.cpp
@@ -1446,7 +1446,7 @@ ChoicePage::setupActions()
     if ( tableType != PartitionTable::unknownTableType && !matchTableType )
     {
         m_messageLabel->setText( tr( "This storage device already may has an operating system on it, "
-                                     "but its partition table <strong>%1</strong> mismatch the"
+                                     "but its partition table <strong>%1</strong> mismatch the "
                                      "requirement <strong>%2</strong>.<br/>" )
                                      .arg( PartitionTable::tableTypeToName( tableType ) )
                                      .arg( m_requiredPartitionTableType.join( " or " ) ) );