Add missing space in messages.

This commit is contained in:
Louis-Bertrand Varin 2017-01-11 21:12:43 -05:00
parent f85198c60f
commit 1a5c18c9bd

View file

@ -1033,13 +1033,13 @@ void DatabaseWidget::reloadDatabaseFile()
else { else {
MessageBox::critical(this, tr("Autoreload Failed"), MessageBox::critical(this, tr("Autoreload Failed"),
tr("Could not parse or unlock the new database file while attempting" tr("Could not parse or unlock the new database file while attempting"
"to autoreload this database.")); " to autoreload this database."));
} }
} }
else { else {
MessageBox::critical(this, tr("Autoreload Failed"), MessageBox::critical(this, tr("Autoreload Failed"),
tr("Could not open the new database file while attempting to autoreload" tr("Could not open the new database file while attempting to autoreload"
"this database.")); " this database."));
} }
// Rewatch the database file // Rewatch the database file