diff options
| author | 2015-01-30 17:00:24 -0500 | |
|---|---|---|
| committer | 2015-01-30 17:00:24 -0500 | |
| commit | e4767514ed04e6a0bddf3f4a47f5f0b09e65e0ee (patch) | |
| tree | 86cadc2137831d44fa29fd40a2964f7fb1326de4 /Plugins/SqlExport/SqlExportQuery.ui | |
| parent | 26ddfe11c2b7fac52e5f57dcd9f5223a50b2a9a7 (diff) | |
| parent | 016003905ca0e8e459e3dc33e786beda8ec92f45 (diff) | |
Merge tag 'upstream/3.0.2'
Upstream version 3.0.2
# gpg: Signature made Fri 30 Jan 2015 05:00:11 PM EST using RSA key ID EBE9BD91
# gpg: Good signature from "Unit 193 <unit193@gmail.com>"
# gpg: aka "Unit 193 <unit193@ninthfloor.org>"
# gpg: aka "Unit 193 <unit193@ubuntu.com>"
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> |
