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; }