Skip to content

Commit 5cb3082

Browse files
committed
Fix typos in Edit Table dialog
See issue #1073.
1 parent f690f71 commit 5cb3082

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/EditTableDialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
<item>
302302
<widget class="QLabel" name="labelEditWarning">
303303
<property name="text">
304-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; color:#ff0000;&quot;&gt;Warning: &lt;/span&gt;There is something with this table definition that our parser doesn't fully understand. Modifying and saving this table might result it in problems.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
304+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; color:#ff0000;&quot;&gt;Warning: &lt;/span&gt;There is something with this table definition that our parser doesn't fully understand. Modifying and saving this table might result in problems.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
305305
</property>
306306
<property name="wordWrap">
307307
<bool>true</bool>

src/ForeignKeyEditorDelegate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ForeignKeyEditor : public QWidget
1919
, m_btnReset(new QPushButton(tr("&Reset"), this))
2020
{
2121
idsComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
22-
clauseEdit->setPlaceholderText(tr("(foreign key clauses(ON UPDATE, ON DELETE etc.)"));
22+
clauseEdit->setPlaceholderText(tr("Foreign key clauses (ON UPDATE, ON DELETE etc.)"));
2323

2424
QHBoxLayout* layout = new QHBoxLayout(this);
2525
layout->addWidget(tablesComboBox);

0 commit comments

Comments
 (0)