Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some GUI strings for the Expression Builder Dialog
  • Loading branch information
m-kuhn authored and jef-n committed Mar 27, 2013
1 parent 7f15e21 commit 3bc9484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/ui/qgsattributetabledialog.ui
Expand Up @@ -135,6 +135,9 @@
</item>
<item>
<widget class="QToolButton" name="mExpressionSelectButton">
<property name="toolTip">
<string>Select features using an expression</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down Expand Up @@ -563,12 +566,11 @@
<string>Show Features Visible On Map</string>
</property>
</action>
<action name="mActionFilterColumnsMenu">
<action name="mActionFilterColumnsMenu">
<property name="text">
<string>Column Filter</string>
</property>
</action>

<action name="mActionEditedFilter">
<property name="icon">
<iconset resource="../../images/images.qrc">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsexpressionselectiondialogbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>Select By Expression</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
Expand Down

0 comments on commit 3bc9484

Please sign in to comment.