Skip to content

Commit

Permalink
Merge pull request #6876 from DelazJ/patch-2
Browse files Browse the repository at this point in the history
[needs-docs] Rename action in Layers panel contextual menu
  • Loading branch information
m-kuhn committed May 7, 2018
2 parents 3791bac + 5ddc4d1 commit dd2eb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgisapp.ui
Expand Up @@ -1593,7 +1593,7 @@
<normaloff>:/images/themes/default/mActionInOverview.svg</normaloff>:/images/themes/default/mActionInOverview.svg</iconset>
</property>
<property name="text">
<string>Add to Overview</string>
<string>Show in Overview</string>
</property>
</action>
<action name="mActionAddAllToOverview">
Expand All @@ -1602,7 +1602,7 @@
<normaloff>:/images/themes/default/mActionAddAllToOverview.svg</normaloff>:/images/themes/default/mActionAddAllToOverview.svg</iconset>
</property>
<property name="text">
<string>Add All to Overview</string>
<string>Show All in Overview</string>
</property>
</action>
<action name="mActionRemoveAllFromOverview">
Expand All @@ -1611,7 +1611,7 @@
<normaloff>:/images/themes/default/mActionRemoveAllFromOverview.svg</normaloff>:/images/themes/default/mActionRemoveAllFromOverview.svg</iconset>
</property>
<property name="text">
<string>Remove All from Overview</string>
<string>Hide All from Overview</string>
</property>
</action>
<action name="mActionShowAllLayers">
Expand Down

0 comments on commit dd2eb3a

Please sign in to comment.