Skip to content

Commit

Permalink
[needs-docs] Insert an Expression button also edits
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Aug 15, 2020
1 parent fe0c845 commit 6a30dd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ui/layout/qgslayouthtmlwidgetbase.ui
Expand Up @@ -133,7 +133,7 @@
<item row="4" column="0" colspan="2">
<widget class="QPushButton" name="mInsertExpressionButton">
<property name="text">
<string>Insert an Expression</string>
<string>Insert or Edit an Expression</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/layout/qgslayoutlabelwidgetbase.ui
Expand Up @@ -104,7 +104,7 @@
<item row="2" column="0">
<widget class="QPushButton" name="mInsertExpressionButton">
<property name="text">
<string>Insert an Expression…</string>
<string>Insert or Edit an Expression…</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/layout/qgslayoutlegendnodewidgetbase.ui
Expand Up @@ -141,7 +141,7 @@
<item row="1" column="0">
<widget class="QPushButton" name="mInsertExpressionButton">
<property name="text">
<string>Insert an Expression…</string>
<string>Insert or Edit an Expression…</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsdecorationcopyrightdialog.ui
Expand Up @@ -128,7 +128,7 @@
<item row="2" column="0" colspan="3">
<widget class="QPushButton" name="mInsertExpressionButton">
<property name="text">
<string>Insert an Expression…</string>
<string>Insert or Edit an Expression…</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsdecorationtitledialog.ui
Expand Up @@ -128,7 +128,7 @@
<item row="2" column="0" colspan="3">
<widget class="QPushButton" name="mInsertExpressionButton">
<property name="text">
<string>Insert an Expression…</string>
<string>Insert or Edit an Expression…</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 6a30dd2

Please sign in to comment.