Skip to content

Commit

Permalink
transifex issue: exclude keywords from db manager query builder trans…
Browse files Browse the repository at this point in the history
…lation
  • Loading branch information
jef-n committed Mar 31, 2020
1 parent 6d662b0 commit fd036d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/plugins/db_manager/ui/DlgQueryBuilder.ui
Expand Up @@ -108,21 +108,21 @@
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Where</string>
<string notr="true">Where</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Group by</string>
<string notr="true">Group by</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Order by</string>
<string notr="true">Order by</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit fd036d6

Please sign in to comment.