mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Fix wording in encoding message box
This commit is contained in:
@@ -2319,9 +2319,9 @@ void MainWindow::browseDataSetTableEncoding(bool forAllTables)
|
||||
bool ok;
|
||||
QString question;
|
||||
if(forAllTables)
|
||||
question = tr("Please choose a new encoding for this table.");
|
||||
else
|
||||
question = tr("Please choose a new encoding for all tables.");
|
||||
else
|
||||
question = tr("Please choose a new encoding for this table.");
|
||||
encoding = QInputDialog::getText(this,
|
||||
tr("Set encoding"),
|
||||
tr("%1\nLeave the field empty for using the database encoding.").arg(question),
|
||||
|
||||
Reference in New Issue
Block a user