mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-06 16:45:15 -04:00
spelling correction, fixed typos
This commit is contained in:
parent
e41bf008e9
commit
3fca61dc24
4 changed files with 12 additions and 12 deletions
|
@ -563,7 +563,7 @@ void DatabaseTabWidget::lockDatabases()
|
|||
QMessageBox::StandardButton result =
|
||||
MessageBox::question(
|
||||
this, tr("Lock database"),
|
||||
tr("This database has never been saved.\nYou can save the dabatase or stop locking it."),
|
||||
tr("This database has never been saved.\nYou can save the database or stop locking it."),
|
||||
QMessageBox::Save | QMessageBox::Cancel, QMessageBox::Cancel);
|
||||
if (result == QMessageBox::Save) {
|
||||
if (!saveDatabase(db)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue