Skip to content

Commit

Permalink
Nicer menu naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 6, 2017
1 parent c022bc8 commit cac08f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/layout/qgslayoutdesignerbase.ui
Expand Up @@ -99,7 +99,7 @@
</widget>
<widget class="QMenu" name="mItemMenu">
<property name="title">
<string>&amp;Items</string>
<string>&amp;Add Item</string>
</property>
</widget>
<widget class="QMenu" name="mMenuView">
Expand Down Expand Up @@ -156,7 +156,7 @@
</widget>
<widget class="QMenu" name="menuLayout">
<property name="title">
<string>Layout</string>
<string>&amp;Items</string>
</property>
<widget class="QMenu" name="menuAlign_Items">
<property name="title">
Expand Down Expand Up @@ -856,7 +856,7 @@
<normaloff>:/images/themes/default/mActionResizeNarrowest.svg</normaloff>:/images/themes/default/mActionResizeNarrowest.svg</iconset>
</property>
<property name="text">
<string>&amp;Narrowest</string>
<string>To &amp;Narrowest</string>
</property>
<property name="toolTip">
<string>Resizes item width to match the narrowest selected item</string>
Expand All @@ -868,7 +868,7 @@
<normaloff>:/images/themes/default/mActionResizeWidest.svg</normaloff>:/images/themes/default/mActionResizeWidest.svg</iconset>
</property>
<property name="text">
<string>&amp;Widest</string>
<string>To &amp;Widest</string>
</property>
<property name="toolTip">
<string>Resizes item width to match the widest selected item</string>
Expand All @@ -880,7 +880,7 @@
<normaloff>:/images/themes/default/mActionResizeShortest.svg</normaloff>:/images/themes/default/mActionResizeShortest.svg</iconset>
</property>
<property name="text">
<string>&amp;Shortest</string>
<string>To &amp;Shortest</string>
</property>
<property name="toolTip">
<string>Resizes item height to match the shortest selected item</string>
Expand All @@ -892,7 +892,7 @@
<normaloff>:/images/themes/default/mActionResizeTallest.svg</normaloff>:/images/themes/default/mActionResizeTallest.svg</iconset>
</property>
<property name="text">
<string>&amp;Tallest</string>
<string>To &amp;Tallest</string>
</property>
<property name="toolTip">
<string>Resizes item height to match the tallest selected item</string>
Expand Down

0 comments on commit cac08f9

Please sign in to comment.