mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 05:58:58 -04:00
Merge pull request #153 from louib/fix/databaseLockTypo
Add missing space in messages.
This commit is contained in:
commit
a8d9e8ba7c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue