Salome HOME
2.17. Improved management of overconstraint situation: Processing added arguments...
[modules/shaper.git] / src / FeaturesPlugin / revolution_widget.xml
index d64ceef234b493bd0e44db33662aec2d1c3610ce..80ad354cd995d1c865a3656e431fb1e9f77609bc 100644 (file)
@@ -39,7 +39,7 @@
         </doublevalue>
       </groupbox>
     </box>
-    <box id="ByPlanesAndOffsets" title="By bounding planes and offsets" icon=":icons/plane_inverted_32x32.png">
+    <box id="ByPlanesAndOffsets" title="By bounding planes and angles" icon=":icons/plane_inverted_32x32.png">
       <multi_selector id="base"
         label="Select a sketch face"
         icon=":icons/sketch.png"
         </shape_selector>
         <doublevalue
           id="from_offset"
-          label="Offset"
+          label="Angle"
           step="1.0"
           default="0"
           icon=":icons/angle_up_down.png"
-          tooltip="Offset for bounding plane">
+          tooltip="Angle for &quot;from&quot; bounding plane">
         </doublevalue>
       </groupbox>
       <groupbox title="To">
         </shape_selector>
         <doublevalue
           id="to_offset"
-          label="Offset"
+          label="Angle"
           step="1.0"
           default="0"
           icon=":icons/angle_up_down.png"
-          tooltip="Offset for bounding plane">
+          tooltip="Angle for &quot;to&quot; bounding plane">
         </doublevalue>
       </groupbox>
     </box>
   </toolbox>
   <validator id="GeomValidators_ZeroOffset" parameters="CreationMethod,ByAngles,base,to_angle,from_angle,to_object,to_offset,from_object,from_offset"/>
-</source>
\ No newline at end of file
+</source>