Salome HOME
Update of the ExportToGEOM test
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_MultiTranslation.h
index 3aeb9f4404f5ed4306ecf4f886ec7d5a8dc2e426..4edeb695f7432a0703e4e84d78c4432ebaae7ec3 100644 (file)
@@ -14,7 +14,8 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
 //
 
 #ifndef FEATURESPLUGIN_MULTITRANSLATION_H_
 class FeaturesPlugin_MultiTranslation : public ModelAPI_Feature
 {
   public:
-  /// Translation kind.
+  /// Multi-translation kind.
   inline static const std::string& ID()
   {
-    static const std::string MY_MULTITRANSLATION_ID("MultiTranslation");
+    static const std::string MY_MULTITRANSLATION_ID("LinearCopy");
     return MY_MULTITRANSLATION_ID;
   }