Merge pull request #153 from louib/fix/databaseLockTypo

Add missing space in messages.
This commit is contained in:
TheZ3ro 2017-01-12 10:20:14 +01:00 committed by GitHub
commit a8d9e8ba7c

View File

@ -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