Skip to content

Commit ebd76d1

Browse files
committedMay 23, 2013
Removing redundant 'New' keyword from 'Layer -> New' menu item.
1 parent f82cc12 commit ebd76d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgisapp.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
<normaloff>:/images/themes/default/mActionNewVectorLayer.png</normaloff>:/images/themes/default/mActionNewVectorLayer.png</iconset>
11301130
</property>
11311131
<property name="text">
1132-
<string>New Shapefile Layer...</string>
1132+
<string>Shapefile Layer...</string>
11331133
</property>
11341134
<property name="shortcut">
11351135
<string>Ctrl+Shift+N</string>
@@ -1141,7 +1141,7 @@
11411141
<normaloff>:/images/themes/default/mActionNewVectorLayer.png</normaloff>:/images/themes/default/mActionNewVectorLayer.png</iconset>
11421142
</property>
11431143
<property name="text">
1144-
<string>New SpatiaLite Layer ...</string>
1144+
<string>SpatiaLite Layer...</string>
11451145
</property>
11461146
<property name="shortcut">
11471147
<string>Ctrl+Shift+A</string>

0 commit comments

Comments
 (0)
Please sign in to comment.