We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3add806 commit 67aa08eCopy full SHA for 67aa08e
python/plugins/fTools/fTools.py
@@ -127,7 +127,7 @@ def initGui( self ):
127
return None
128
QObject.connect( self.iface, SIGNAL( "currentThemeChanged ( QString )" ), self.updateThemeIcons )
129
self.menu = QMenu()
130
- self.menu.setTitle( QCoreApplication.translate( "fTools", "V&ector" ) )
+ self.menu.setTitle( QCoreApplication.translate( "fTools", "Vect&or" ) )
131
132
self.analysisMenu = QMenu( QCoreApplication.translate( "fTools", "&Analysis Tools" ) )
133
self.distMatrix = QAction( QCoreApplication.translate( "fTools", "Distance matrix" ),self.iface.mainWindow( ) )
0 commit comments