Minor wording tweak

This commit is contained in:
Martin Kleusberg
2018-05-16 15:32:12 +02:00
parent e6a4326e9b
commit c25ce1399a

View File

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