mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix style consistency and translation problems with "Delete record" label
In 5fbf5ca1b2 the label of the "Delete
Record" was inadvertently changed to "Delete record". The label is reverted
to the old style for consistency and for restoring coherence of the
translations.
The new Polish translation is changed accordingly.
See issue #1480.
This commit is contained in:
@@ -3140,7 +3140,7 @@ void MainWindow::updateInsertDeleteRecordButton()
|
||||
ui->buttonDeleteRecord->setEnabled(isEditable && rows != 0);
|
||||
|
||||
if(rows > 1)
|
||||
ui->buttonDeleteRecord->setText(tr("Delete records"));
|
||||
ui->buttonDeleteRecord->setText(tr("Delete Records"));
|
||||
else
|
||||
ui->buttonDeleteRecord->setText(tr("Delete record"));
|
||||
ui->buttonDeleteRecord->setText(tr("Delete Record"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user