Skip to content

Commit 67aa08e

Browse files
author
cfarmer
committed
change shortcut for vector menu from V (and e) to t... again
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14677 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3add806 commit 67aa08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/fTools/fTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def initGui( self ):
127127
return None
128128
QObject.connect( self.iface, SIGNAL( "currentThemeChanged ( QString )" ), self.updateThemeIcons )
129129
self.menu = QMenu()
130-
self.menu.setTitle( QCoreApplication.translate( "fTools", "V&ector" ) )
130+
self.menu.setTitle( QCoreApplication.translate( "fTools", "Vect&or" ) )
131131

132132
self.analysisMenu = QMenu( QCoreApplication.translate( "fTools", "&Analysis Tools" ) )
133133
self.distMatrix = QAction( QCoreApplication.translate( "fTools", "Distance matrix" ),self.iface.mainWindow( ) )

0 commit comments

Comments
 (0)