From c25ce1399ab16ac4011932491b5ac08479dd955a Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Wed, 16 May 2018 15:32:12 +0200 Subject: [PATCH] Minor wording tweak --- src/ExportSqlDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExportSqlDialog.cpp b/src/ExportSqlDialog.cpp index b4a5f6b2..96ba4448 100644 --- a/src/ExportSqlDialog.cpp +++ b/src/ExportSqlDialog.cpp @@ -71,7 +71,7 @@ void ExportSqlDialog::accept() if(selectedItems.isEmpty()) { QMessageBox::warning(this, QApplication::applicationName(), - tr("Please select at least 1 table.")); + tr("Please select at least one table.")); return; }