Fix typos in Edit Table dialog

See issue #1073.
This commit is contained in:
Martin Kleusberg
2017-07-31 23:00:04 +02:00
parent f690f710ee
commit 5cb308207c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ public:
, m_btnReset(new QPushButton(tr("&Reset"), this))
{
idsComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
clauseEdit->setPlaceholderText(tr("(foreign key clauses(ON UPDATE, ON DELETE etc.)"));
clauseEdit->setPlaceholderText(tr("Foreign key clauses (ON UPDATE, ON DELETE etc.)"));
QHBoxLayout* layout = new QHBoxLayout(this);
layout->addWidget(tablesComboBox);