Skip to content

Commit 152b1b0

Browse files
committedNov 19, 2018
[needs-docs] Fix use of duplicate action name
(Properties is already used by project properties)
1 parent a8ecc68 commit 152b1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ui/qgisapp.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
</action>
16231623
<action name="mActionLayerProperties">
16241624
<property name="text">
1625-
<string>&amp;Properties…</string>
1625+
<string>Layer &amp;Properties…</string>
16261626
</property>
16271627
<property name="toolTip">
16281628
<string>Layer Properties</string>

0 commit comments

Comments
 (0)
Please sign in to comment.