mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Minor wording tweak
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user