Skip to content

Commit fb11f1d

Browse files
committedJun 2, 2017
Add missing ellipsis to decoration menu items
1 parent 19f0b39 commit fb11f1d

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed
 

‎src/ui/qgisapp.ui

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,10 @@ Ctrl (Cmd) increments by 15 deg.</string>
18371837
<normaloff>:/images/themes/default/copyright_label.svg</normaloff>:/images/themes/default/copyright_label.svg</iconset>
18381838
</property>
18391839
<property name="text">
1840-
<string>&amp;Copyright Label</string>
1840+
<string>&amp;Copyright Label…</string>
1841+
</property>
1842+
<property name="toolTip">
1843+
<string>Copyright Label</string>
18411844
</property>
18421845
<property name="whatsThis">
18431846
<string>Creates a copyright label that is displayed on the map canvas.</string>
@@ -1849,7 +1852,10 @@ Ctrl (Cmd) increments by 15 deg.</string>
18491852
<normaloff>:/images/themes/default/north_arrow.png</normaloff>:/images/themes/default/north_arrow.png</iconset>
18501853
</property>
18511854
<property name="text">
1852-
<string>&amp;North Arrow</string>
1855+
<string>&amp;North Arrow…</string>
1856+
</property>
1857+
<property name="toolTip">
1858+
<string>North Arrow</string>
18531859
</property>
18541860
<property name="whatsThis">
18551861
<string>&quot;Creates a north arrow that is displayed on the map canvas&quot;</string>
@@ -1861,7 +1867,10 @@ Ctrl (Cmd) increments by 15 deg.</string>
18611867
<normaloff>:/images/themes/default/mActionScaleBar.svg</normaloff>:/images/themes/default/mActionScaleBar.svg</iconset>
18621868
</property>
18631869
<property name="text">
1864-
<string>&amp;Scale Bar</string>
1870+
<string>&amp;Scale Bar…</string>
1871+
</property>
1872+
<property name="toolTip">
1873+
<string>Scale Bar</string>
18651874
</property>
18661875
<property name="whatsThis">
18671876
<string>Creates a scale bar that is displayed on the map canvas</string>
@@ -1951,7 +1960,7 @@ Ctrl (Cmd) increments by 15 deg.</string>
19511960
<normaloff>:/images/themes/default/transformed.svg</normaloff>:/images/themes/default/transformed.svg</iconset>
19521961
</property>
19531962
<property name="text">
1954-
<string>&amp;Grid</string>
1963+
<string>&amp;Grid</string>
19551964
</property>
19561965
<property name="toolTip">
19571966
<string>Grid</string>
@@ -2620,7 +2629,10 @@ Acts on currently active editable layer</string>
26202629
<normaloff>:/images/themes/default/mActionAddMap.svg</normaloff>:/images/themes/default/mActionAddMap.svg</iconset>
26212630
</property>
26222631
<property name="text">
2623-
<string>&amp;Layout Extents...</string>
2632+
<string>&amp;Layout Extents…</string>
2633+
</property>
2634+
<property name="toolTip">
2635+
<string>Layout Extents</string>
26242636
</property>
26252637
</action>
26262638
</widget>

0 commit comments

Comments
 (0)
Please sign in to comment.