From 5cb308207c89b9d9b6b8b5a428268f1182529fc3 Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Mon, 31 Jul 2017 23:00:04 +0200 Subject: [PATCH] Fix typos in Edit Table dialog See issue #1073. --- src/EditTableDialog.ui | 2 +- src/ForeignKeyEditorDelegate.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);