diff --git a/src/EditTableDialog.ui b/src/EditTableDialog.ui index ecaf0eb2..8047e039 100644 --- a/src/EditTableDialog.ui +++ b/src/EditTableDialog.ui @@ -301,7 +301,7 @@ - <html><head/><body><p><span style=" font-weight:600; color:#ff0000;">Warning: </span>There is something with this table definition that our parser doesn't fully understand. Modifying and saving this table might result it in problems.</p></body></html> + <html><head/><body><p><span style=" font-weight:600; color:#ff0000;">Warning: </span>There is something with this table definition that our parser doesn't fully understand. Modifying and saving this table might result in problems.</p></body></html> true diff --git a/src/ForeignKeyEditorDelegate.cpp b/src/ForeignKeyEditorDelegate.cpp index 73a7f6b6..e8eb654a 100644 --- a/src/ForeignKeyEditorDelegate.cpp +++ b/src/ForeignKeyEditorDelegate.cpp @@ -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);