Salome HOME
Fix for import/export features
[modules/shaper.git] / src / SketchPlugin / plugin-Sketch.xml
index 87a469404171462be3c65719a5aa6b4362c92b2a..8d972c07b4bc3a73c62b3dc1ebdee83b99690388 100644 (file)
     <!--  SketchConstraintLength  -->      
       <feature id="SketchConstraintLength" title="Length" tooltip="Set fixed length of a line segment" icon=":icons/length.png">
         <label title="Select a line on which to calculate length" tooltip="Select a line on which to calculate length"/>
-        <shape_selector id="ConstraintEntityA" label="Line" tooltip="Select an line" 
-            shape_types="edge" >
-        <validator id="GeomValidators_ShapeType" parameters="line"/>
-    </shape_selector>
+        <shape_selector id="ConstraintEntityA" label="Line" tooltip="Select an line" shape_types="edge" >
+          <validator id="GeomValidators_ShapeType" parameters="line"/>
+        </shape_selector>
         <sketch-2dpoint_selector id="ConstraintFlyoutValuePnt" default="computed" internal="1" obligatory="0"/>
         <doublevalue_editor label="Value" tooltip="Length" id="ConstraintValue" default="computed">
           <validator id="GeomValidators_Positive"/>
       <feature
         id="SketchMultiTranslation"
         title="Translation" icon=":icons/translate.png"
-        tooltip="Make a number of shifted copies of a group of objects">
+        tooltip="Translation">
         <sketch_multi_selector id="MultiTranslationList"
             label="segments"
             tooltip="Select list of translating objects"
       <feature
         id="SketchMultiRotation"
         title="Rotation" icon=":icons/rotate.png"
-        tooltip="Make a number of rotated copies of a group of objects">
+        tooltip="Rotation">
         <sketch_multi_selector id="MultiRotationList"
             label="segments"
             tooltip="Select list of rotating objects"