Salome HOME
change text on Zcracks menu
[modules/smesh.git] / src / Tools / smesh_plugins.py
index a65c7eb9b8740c2f2ba7e59bae8235b2c70bd60c..6126162af659c5f934c5ccbd197644c669f52d13 100644 (file)
@@ -84,8 +84,8 @@ try:
   if len(zcracksHome) > 1:
     #print 'ZCRACKSHOME ', zcracksHome
     from Zcracks.zcracks_plugin import ZcracksLct
-    salome_pluginsmanager.AddFunction('Run Zcrack',
-                                      'Run Zcrack',
+    salome_pluginsmanager.AddFunction('Run Zcracks',
+                                      'Add a crack in a mesh with Zcracks plug-in',
                                       ZcracksLct)
 except Exception as e:
   #print 'probleme zcracks'