some comments were corrected

This commit is contained in:
mafagafogigante
2014-07-31 04:15:52 -03:00
committed by Justin Clift
parent 3b91636740
commit 262612928d
2 changed files with 6 additions and 6 deletions

View File

@@ -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)
{