Skip to content

Commit 4c8fcc5

Browse files
committed
Followup 57fb7c: fix capitalization and add deselect shortcut
1 parent 57fb7ce commit 4c8fcc5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/ui/qgisapp.ui

+11-5
Original file line numberDiff line numberDiff line change
@@ -996,14 +996,20 @@
996996
<property name="text">
997997
<string>Deselect Features from All Layers</string>
998998
</property>
999+
<property name="shortcut">
1000+
<string>Ctrl+Shift+A</string>
1001+
</property>
9991002
</action>
10001003
<action name="mActionSelectAll">
10011004
<property name="icon">
10021005
<iconset resource="../../images/images.qrc">
10031006
<normaloff>:/images/themes/default/mActionSelectAll.png</normaloff>:/images/themes/default/mActionSelectAll.png</iconset>
10041007
</property>
10051008
<property name="text">
1006-
<string>Select all Features</string>
1009+
<string>Select All Features</string>
1010+
</property>
1011+
<property name="toolTip">
1012+
<string>Select All Features</string>
10071013
</property>
10081014
<property name="shortcut">
10091015
<string>Ctrl+A</string>
@@ -1015,7 +1021,10 @@
10151021
<normaloff>:/images/themes/default/mActionInvertSelection.png</normaloff>:/images/themes/default/mActionInvertSelection.png</iconset>
10161022
</property>
10171023
<property name="text">
1018-
<string>Invert Feature selection</string>
1024+
<string>Invert Feature Selection</string>
1025+
</property>
1026+
<property name="toolTip">
1027+
<string>Invert Feature Selection</string>
10191028
</property>
10201029
</action>
10211030
<action name="mActionIdentify">
@@ -1257,9 +1266,6 @@
12571266
<property name="text">
12581267
<string>New SpatiaLite Layer...</string>
12591268
</property>
1260-
<property name="shortcut">
1261-
<string>Ctrl+Shift+A</string>
1262-
</property>
12631269
</action>
12641270
<action name="mActionShowRasterCalculator">
12651271
<property name="icon">

0 commit comments

Comments
 (0)