We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca66036 commit 0497de6Copy full SHA for 0497de6
python/plugins/fTools/fTools.py
@@ -123,7 +123,7 @@ def initGui( self ):
123
return None
124
QObject.connect( self.iface, SIGNAL( "currentThemeChanged ( QString )" ), self.updateThemeIcons )
125
self.menu = QMenu()
126
- self.menu.setTitle( QCoreApplication.translate( "fTools", "&Tools" ) )
+ self.menu.setTitle( QCoreApplication.translate( "fTools", "&Vector" ) )
127
128
self.analysisMenu = QMenu( QCoreApplication.translate( "fTools", "&Analysis Tools" ) )
129
self.distMatrix = QAction( QCoreApplication.translate( "fTools", "Distance matrix" ),self.iface.mainWindow( ) )
0 commit comments