Skip to content

Commit 474e667

Browse files
committed
more cleaning of redundant and same shortcuts
1 parent d089808 commit 474e667

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/ui/qgisapp.ui

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</property>
2323
<widget class="QMenu" name="mProjectMenu">
2424
<property name="title">
25-
<string>P&amp;roject</string>
25+
<string>Pro&amp;ject</string>
2626
</property>
2727
<widget class="QMenu" name="mRecentProjectsMenu">
2828
<property name="title">
@@ -560,7 +560,7 @@
560560
<normaloff>:/images/themes/default/mActionSaveMapAsImage.png</normaloff>:/images/themes/default/mActionSaveMapAsImage.png</iconset>
561561
</property>
562562
<property name="text">
563-
<string>Save as Image...</string>
563+
<string>Save as &amp;Image...</string>
564564
</property>
565565
</action>
566566
<action name="mActionNewPrintComposer">
@@ -569,7 +569,7 @@
569569
<normaloff>:/images/themes/default/mActionNewComposer.svg</normaloff>:/images/themes/default/mActionNewComposer.svg</iconset>
570570
</property>
571571
<property name="text">
572-
<string>&amp;New Print Composer</string>
572+
<string>New &amp;Print Composer</string>
573573
</property>
574574
<property name="shortcut">
575575
<string>Ctrl+P</string>
@@ -835,7 +835,7 @@
835835
</action>
836836
<action name="mActionSnappingOptions">
837837
<property name="text">
838-
<string>Snapping Options...</string>
838+
<string>&amp;Snapping Options...</string>
839839
</property>
840840
</action>
841841
<action name="mActionPan">
@@ -1003,7 +1003,7 @@
10031003
<normaloff>:/images/themes/default/mActionZoomFullExtent.svg</normaloff>:/images/themes/default/mActionZoomFullExtent.svg</iconset>
10041004
</property>
10051005
<property name="text">
1006-
<string>Zoom Full</string>
1006+
<string>Zoom &amp;Full</string>
10071007
</property>
10081008
<property name="shortcut">
10091009
<string>Ctrl+Shift+F</string>
@@ -1015,7 +1015,7 @@
10151015
<normaloff>:/images/themes/default/mActionZoomToLayer.svg</normaloff>:/images/themes/default/mActionZoomToLayer.svg</iconset>
10161016
</property>
10171017
<property name="text">
1018-
<string>Zoom to Layer</string>
1018+
<string>Zoom to &amp;Layer</string>
10191019
</property>
10201020
</action>
10211021
<action name="mActionZoomToSelected">
@@ -1024,7 +1024,7 @@
10241024
<normaloff>:/images/themes/default/mActionZoomToSelected.svg</normaloff>:/images/themes/default/mActionZoomToSelected.svg</iconset>
10251025
</property>
10261026
<property name="text">
1027-
<string>Zoom to Selection</string>
1027+
<string>Zoom to &amp;Selection</string>
10281028
</property>
10291029
<property name="shortcut">
10301030
<string>Ctrl+J</string>
@@ -1282,7 +1282,7 @@
12821282
<normaloff>:/images/themes/default/mActionOpenTable.png</normaloff>:/images/themes/default/mActionOpenTable.png</iconset>
12831283
</property>
12841284
<property name="text">
1285-
<string>Open Attribute Table</string>
1285+
<string>Open &amp;Attribute Table</string>
12861286
</property>
12871287
</action>
12881288
<action name="mActionToggleEditing">
@@ -1314,7 +1314,7 @@
13141314
</action>
13151315
<action name="mActionLayerSaveAs">
13161316
<property name="text">
1317-
<string>Save As...</string>
1317+
<string>&amp;Save As...</string>
13181318
</property>
13191319
</action>
13201320
<action name="mActionRemoveLayer">
@@ -1347,7 +1347,7 @@
13471347
</action>
13481348
<action name="mActionLayerProperties">
13491349
<property name="text">
1350-
<string>Properties...</string>
1350+
<string>&amp;Properties...</string>
13511351
</property>
13521352
</action>
13531353
<action name="mActionLayerSubsetString">
@@ -1432,7 +1432,7 @@
14321432
<normaloff>:/images/themes/default/mActionProjectProperties.png</normaloff>:/images/themes/default/mActionProjectProperties.png</iconset>
14331433
</property>
14341434
<property name="text">
1435-
<string>Project Properties...</string>
1435+
<string>&amp;Project Properties...</string>
14361436
</property>
14371437
<property name="shortcut">
14381438
<string>Ctrl+Shift+P</string>
@@ -1444,7 +1444,7 @@
14441444
<normaloff>:/images/themes/default/mActionOptions.svg</normaloff>:/images/themes/default/mActionOptions.svg</iconset>
14451445
</property>
14461446
<property name="text">
1447-
<string>Options...</string>
1447+
<string>&amp;Options...</string>
14481448
</property>
14491449
<property name="menuRole">
14501450
<enum>QAction::PreferencesRole</enum>

0 commit comments

Comments
 (0)