Skip to content

Commit

Permalink
[needs-docs]Rename Overview actions in Layer menu
Browse files Browse the repository at this point in the history
to match the logic in Layers panel contextual menu
  • Loading branch information
DelazJ committed May 1, 2018
1 parent 3984e90 commit 5ddc4d1
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 5ddc4d1

Please sign in to comment.