[QGIS Commit] r11947 - trunk/qgis/python/plugins/fTools

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Nov 7 06:09:25 EST 2009


Author: cfarmer
Date: 2009-11-07 06:09:24 -0500 (Sat, 07 Nov 2009)
New Revision: 11947

Modified:
   trunk/qgis/python/plugins/fTools/fTools.py
Log:
change 'Tools' menu to 'Vector' menu

Modified: trunk/qgis/python/plugins/fTools/fTools.py
===================================================================
--- trunk/qgis/python/plugins/fTools/fTools.py	2009-11-07 11:03:18 UTC (rev 11946)
+++ trunk/qgis/python/plugins/fTools/fTools.py	2009-11-07 11:09:24 UTC (rev 11947)
@@ -123,7 +123,7 @@
       return None
     QObject.connect( self.iface, SIGNAL( "currentThemeChanged ( QString )" ), self.updateThemeIcons )
     self.menu = QMenu()
-    self.menu.setTitle( QCoreApplication.translate( "fTools", "&Tools" ) )
+    self.menu.setTitle( QCoreApplication.translate( "fTools", "&Vector" ) )
     
     self.analysisMenu = QMenu( QCoreApplication.translate( "fTools", "&Analysis Tools" ) )
     self.distMatrix = QAction( QCoreApplication.translate( "fTools", "Distance matrix" ),self.iface.mainWindow( ) )



More information about the QGIS-commit mailing list