diff options
Diffstat (limited to 'Plugins/SqlExport/SqlExportQuery.ui')
| -rw-r--r-- | Plugins/SqlExport/SqlExportQuery.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Plugins/SqlExport/SqlExportQuery.ui b/Plugins/SqlExport/SqlExportQuery.ui index 4d2a6ae..ff874bd 100644 --- a/Plugins/SqlExport/SqlExportQuery.ui +++ b/Plugins/SqlExport/SqlExportQuery.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Form</string> + <string notr="true">Form</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="0" colspan="2"> @@ -20,14 +20,14 @@ <string>Use SQL formatter to format exported SQL statements</string> </property> <property name="cfg" stdset="0"> - <string>SqlExport.UseFormatter</string> + <string notr="true">SqlExport.UseFormatter</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="tableLabel"> <property name="text"> - <string>Table name to use for insert statements:</string> + <string>Table name to use for INSERT statements:</string> </property> </widget> </item> @@ -37,7 +37,7 @@ <string>Generate "CREATE TABLE" statement at the begining</string> </property> <property name="cfg" stdset="0"> - <string>SqlExport.GenerateCreateTable</string> + <string notr="true">SqlExport.GenerateCreateTable</string> </property> </widget> </item> @@ -47,7 +47,7 @@ <string>Include the query in comments</string> </property> <property name="cfg" stdset="0"> - <string>SqlExport.IncludeQueryInComments</string> + <string notr="true">SqlExport.IncludeQueryInComments</string> </property> </widget> </item> @@ -57,14 +57,14 @@ <string>Generate "DROP IF EXISTS" statement before "CREATE" statement</string> </property> <property name="cfg" stdset="0"> - <string>SqlExport.GenerateDrop</string> + <string notr="true">SqlExport.GenerateDrop</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="tableEdit"> <property name="cfg" stdset="0"> - <string>SqlExport.QueryTable</string> + <string notr="true">SqlExport.QueryTable</string> </property> </widget> </item> @@ -74,7 +74,7 @@ <string>Format DDL statements only (excludes "INSERT" statements)</string> </property> <property name="cfg" stdset="0"> - <string>SqlExport.FormatDdlsOnly</string> + <string notr="true">SqlExport.FormatDdlsOnly</string> </property> </widget> </item> |
