From 1a5c18c9bdb4958797ff764eb80c9942dd686536 Mon Sep 17 00:00:00 2001 From: Louis-Bertrand Varin Date: Wed, 11 Jan 2017 21:12:43 -0500 Subject: [PATCH] Add missing space in messages. --- src/gui/DatabaseWidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/DatabaseWidget.cpp b/src/gui/DatabaseWidget.cpp index 263bc43fa..1ecbb18aa 100644 --- a/src/gui/DatabaseWidget.cpp +++ b/src/gui/DatabaseWidget.cpp @@ -1033,13 +1033,13 @@ void DatabaseWidget::reloadDatabaseFile() else { MessageBox::critical(this, tr("Autoreload Failed"), tr("Could not parse or unlock the new database file while attempting" - "to autoreload this database.")); + " to autoreload this database.")); } } else { MessageBox::critical(this, tr("Autoreload Failed"), tr("Could not open the new database file while attempting to autoreload" - "this database.")); + " this database.")); } // Rewatch the database file