mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
some comments were corrected
This commit is contained in:
committed by
Justin Clift
parent
3b91636740
commit
262612928d
@@ -356,7 +356,7 @@ void EditTableDialog::removeField()
|
||||
} else {
|
||||
// Editing an old one
|
||||
|
||||
// Ask user wether he really wants to delete that column
|
||||
// Ask user whether he really wants to delete that column
|
||||
QString msg = tr("Are you sure you want to delete the field '%1'?\nAll data currently stored in this field will be lost.").arg(ui->treeWidget->currentItem()->text(0));
|
||||
if(QMessageBox::warning(this, QApplication::applicationName(), msg, QMessageBox::Yes | QMessageBox::Default, QMessageBox::No | QMessageBox::Escape) == QMessageBox::Yes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user