@@ -67,19 +67,19 @@ def initGui(self):
67
67
self .menu .setTitle (QCoreApplication .translate ("SEXTANTE" , "Analysis" ))
68
68
69
69
self .toolboxAction = QAction (QIcon (":/sextante/images/toolbox.png" ),
70
- QCoreApplication .translate ("SEXTANTE" , "&SEXTANTE Toolbox " ),
70
+ QCoreApplication .translate ("SEXTANTE" , "&SEXTANTE toolbox " ),
71
71
self .iface .mainWindow ())
72
72
QObject .connect (self .toolboxAction , SIGNAL ("triggered()" ), self .openToolbox )
73
73
self .menu .addAction (self .toolboxAction )
74
74
75
75
self .modelerAction = QAction (QIcon (":/sextante/images/model.png" ),
76
- QCoreApplication .translate ("SEXTANTE" , "&SEXTANTE Modeler " ),
76
+ QCoreApplication .translate ("SEXTANTE" , "&SEXTANTE modeler " ),
77
77
self .iface .mainWindow ())
78
78
QObject .connect (self .modelerAction , SIGNAL ("triggered()" ), self .openModeler )
79
79
self .menu .addAction (self .modelerAction )
80
80
81
81
self .historyAction = QAction (QIcon (":/sextante/images/history.gif" ),
82
- QCoreApplication .translate ("SEXTANTE" , "&SEXTANTE History and log" ),
82
+ QCoreApplication .translate ("SEXTANTE" , "&SEXTANTE history and log" ),
83
83
self .iface .mainWindow ())
84
84
QObject .connect (self .historyAction , SIGNAL ("triggered()" ), self .openHistory )
85
85
self .menu .addAction (self .historyAction )
0 commit comments