spelling correction, fixed typos

This commit is contained in:
dartraiden 2015-05-06 19:38:43 +03:00
parent e41bf008e9
commit 3fca61dc24
4 changed files with 12 additions and 12 deletions

View file

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