Salome HOME
Remove the text "formerly Yams" from SMESH plugin menus. MG-SurfOpt is the official...
[modules/smesh.git] / src / Tools / smesh_plugins.py
index 52a886f3c8bfc48b6d9d1806e765da66cffdb1ae..3c81d72fa64e98559c8ec7cfc85c354440c5f0da 100644 (file)
@@ -42,11 +42,11 @@ except:
 
 try:
   from yamsplug_plugin import YamsLct
-  salome_pluginsmanager.AddFunction('ReMesh with MGSurfOpt ( formerly Yams )',
+  salome_pluginsmanager.AddFunction('ReMesh with MGSurfOpt',
                                     'Run Yams',
                                     YamsLct)
 except:
-  salome_pluginsmanager.logger.info('ERROR: MGSurfOpt (Yams) plug-in is unavailable')
+  salome_pluginsmanager.logger.info('ERROR: MGSurfOpt plug-in is unavailable')
   pass
 
 try: