Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #6876 from DelazJ/patch-2
[needs-docs] Rename action in Layers panel contextual menu
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
src/ui/qgisapp.ui
|
@@ -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"> |
|
@@ -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"> |
|
@@ -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"> |
|
|