Skip to content

Commit 0497de6

Browse files
author
cfarmer
committed
change 'Tools' menu to 'Vector' menu
git-svn-id: http://svn.osgeo.org/qgis/trunk@11947 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ca66036 commit 0497de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/fTools/fTools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def initGui( self ):
123123
return None
124124
QObject.connect( self.iface, SIGNAL( "currentThemeChanged ( QString )" ), self.updateThemeIcons )
125125
self.menu = QMenu()
126-
self.menu.setTitle( QCoreApplication.translate( "fTools", "&Tools" ) )
126+
self.menu.setTitle( QCoreApplication.translate( "fTools", "&Vector" ) )
127127

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

0 commit comments

Comments
 (0)