Salome HOME
Déplacement
[modules/smesh.git] / src / Tools / smesh_plugins.py
index a65c7eb9b8740c2f2ba7e59bae8235b2c70bd60c..7c726820ad47b7570b1576c234c8314b39644657 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2011-2019  EDF R&D
+# Copyright (C) 2011-2021  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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'