Skip to content

Commit cac08f9

Browse files
committedOct 6, 2017
Nicer menu naming
1 parent c022bc8 commit cac08f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎src/ui/layout/qgslayoutdesignerbase.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</widget>
100100
<widget class="QMenu" name="mItemMenu">
101101
<property name="title">
102-
<string>&amp;Items</string>
102+
<string>&amp;Add Item</string>
103103
</property>
104104
</widget>
105105
<widget class="QMenu" name="mMenuView">
@@ -156,7 +156,7 @@
156156
</widget>
157157
<widget class="QMenu" name="menuLayout">
158158
<property name="title">
159-
<string>Layout</string>
159+
<string>&amp;Items</string>
160160
</property>
161161
<widget class="QMenu" name="menuAlign_Items">
162162
<property name="title">
@@ -856,7 +856,7 @@
856856
<normaloff>:/images/themes/default/mActionResizeNarrowest.svg</normaloff>:/images/themes/default/mActionResizeNarrowest.svg</iconset>
857857
</property>
858858
<property name="text">
859-
<string>&amp;Narrowest</string>
859+
<string>To &amp;Narrowest</string>
860860
</property>
861861
<property name="toolTip">
862862
<string>Resizes item width to match the narrowest selected item</string>
@@ -868,7 +868,7 @@
868868
<normaloff>:/images/themes/default/mActionResizeWidest.svg</normaloff>:/images/themes/default/mActionResizeWidest.svg</iconset>
869869
</property>
870870
<property name="text">
871-
<string>&amp;Widest</string>
871+
<string>To &amp;Widest</string>
872872
</property>
873873
<property name="toolTip">
874874
<string>Resizes item width to match the widest selected item</string>
@@ -880,7 +880,7 @@
880880
<normaloff>:/images/themes/default/mActionResizeShortest.svg</normaloff>:/images/themes/default/mActionResizeShortest.svg</iconset>
881881
</property>
882882
<property name="text">
883-
<string>&amp;Shortest</string>
883+
<string>To &amp;Shortest</string>
884884
</property>
885885
<property name="toolTip">
886886
<string>Resizes item height to match the shortest selected item</string>
@@ -892,7 +892,7 @@
892892
<normaloff>:/images/themes/default/mActionResizeTallest.svg</normaloff>:/images/themes/default/mActionResizeTallest.svg</iconset>
893893
</property>
894894
<property name="text">
895-
<string>&amp;Tallest</string>
895+
<string>To &amp;Tallest</string>
896896
</property>
897897
<property name="toolTip">
898898
<string>Resizes item height to match the tallest selected item</string>

0 commit comments

Comments
 (0)
Please sign in to comment.