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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Nov 14 19:18:46 EST 2010


Author: cfarmer
Date: 2010-11-14 16:18:46 -0800 (Sun, 14 Nov 2010)
New Revision: 14677

Modified:
   trunk/qgis/python/plugins/fTools/fTools.py
Log:
change shortcut for vector menu from V (and e) to t... again

Modified: trunk/qgis/python/plugins/fTools/fTools.py
===================================================================
--- trunk/qgis/python/plugins/fTools/fTools.py	2010-11-15 00:16:45 UTC (rev 14676)
+++ trunk/qgis/python/plugins/fTools/fTools.py	2010-11-15 00:18:46 UTC (rev 14677)
@@ -127,7 +127,7 @@
       return None
     QObject.connect( self.iface, SIGNAL( "currentThemeChanged ( QString )" ), self.updateThemeIcons )
     self.menu = QMenu()
-    self.menu.setTitle( QCoreApplication.translate( "fTools", "V&ector" ) )
+    self.menu.setTitle( QCoreApplication.translate( "fTools", "Vect&or" ) )
 
     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