]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #783: "movement" word is replaced by "translation"
authorasl <asl@opencascade.com>
Mon, 10 Aug 2015 09:19:25 +0000 (12:19 +0300)
committerasl <asl@opencascade.com>
Mon, 10 Aug 2015 09:19:25 +0000 (12:19 +0300)
src/FeaturesPlugin/FeaturesPlugin_Movement.h
src/FeaturesPlugin/plugin-Features.xml

index 84384ae6aeda37daea08a12eacf8a047a3c35486..27e4becfb7d3e5d11a8c186593ac31648f7a147b 100644 (file)
@@ -23,7 +23,7 @@ class FeaturesPlugin_Movement : public ModelAPI_Feature
   /// Movement kind.
   inline static const std::string& ID()
   {
-    static const std::string MY_MOVEMENT_ID("Movement");
+    static const std::string MY_MOVEMENT_ID("Translation");
     return MY_MOVEMENT_ID;
   }
 
index 0140d4fca974edd5560a1e76716c925ff0658bee..e49daec0df44d0f03f2fdc155c77be89e61948c2 100644 (file)
@@ -46,7 +46,7 @@
       <feature id="Placement" title="Placement" tooltip="Perform moving of an object to specified position" icon=":icons/placement.png">
         <source path="placement_widget.xml"/>
       </feature>
-      <feature id="Movement" title="Translation" tooltip="Perform movement of an objects along the axis to specified distance" icon=":icons/movement.png">
+      <feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon=":icons/movement.png">
         <source path="movement_widget.xml"/>
       </feature>
       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon=":icons/rotation.png">