aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui')
-rw-r--r--SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui b/SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui
index 8917381..7ecbe06 100644
--- a/SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui
+++ b/SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui
@@ -17,7 +17,7 @@
</size>
</property>
<property name="windowTitle">
- <string>Form</string>
+ <string notr="true">Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
@@ -129,7 +129,7 @@ but it's okay to use them anyway.</string>
<item row="0" column="0">
<widget class="QCheckBox" name="onUpdateCheckBox">
<property name="text">
- <string>ON UPDATE</string>
+ <string notr="true">ON UPDATE</string>
</property>
</widget>
</item>
@@ -139,14 +139,14 @@ but it's okay to use them anyway.</string>
<item row="1" column="0">
<widget class="QCheckBox" name="onDeleteCheckBox">
<property name="text">
- <string>ON DELETE</string>
+ <string notr="true">ON DELETE</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="matchCheckBox">
<property name="text">
- <string>MATCH</string>
+ <string notr="true">MATCH</string>
</property>
</widget>
</item>