Salome HOME
2.17. Improved management of overconstraint situation: Processing added arguments...
[modules/shaper.git] / src / FeaturesPlugin / revolutionsketch_widget.xml
index c72c0f22001ecaf8a411f76e987a3c4b3438ceb3..36d836a985ff799dcedf31b80a05e5aa6c67b8ba 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">
         <shape_selector id="axis_object"
                         icon=":icons/axis.png"
                         label="Axis"
                           default="&lt;sketch&gt;">
             <validator id="GeomValidators_Face" parameters="plane"/>
           </shape_selector>
-          <doublevalue id="from_offset" label="Offset"
+          <doublevalue id="from_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">
                           default="&lt;sketch&gt;">
             <validator id="GeomValidators_Face" parameters="plane"/>
           </shape_selector>
-          <doublevalue  id="to_offset" label="Offset"
+          <doublevalue  id="to_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>