]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix for the issue #469
authormpv <mpv@opencascade.com>
Thu, 17 Dec 2015 13:29:10 +0000 (16:29 +0300)
committermpv <mpv@opencascade.com>
Thu, 17 Dec 2015 13:29:10 +0000 (16:29 +0300)
src/PythonAddons/macros/box/widget.xml

index f6a45426d8874dfe8c748a8a049710704d1d0876..6bd0d10f391ce44826ea80ea77fc7d1a2408d384 100644 (file)
@@ -3,13 +3,13 @@
     <group id="Samples">
 
       <feature id="Box" title="Box" tooltip="Create a box parallel to xyz by extruding a rectangular" icon=":pictures/box_ico.png">
-        <doublevalue id="width"  label="width: " min="0" step="1.0" default="50" tooltip="Sets the box width">
+        <doublevalue id="width"  label="Width: " min="0" step="1.0" default="50" tooltip="Box width">
           <validator id="GeomValidators_Positive"/>
         </doublevalue>
-        <doublevalue id="length" label="length: " min="0" step="1.0" default="50" tooltip="Sets the box length">
+        <doublevalue id="length" label="Length: " min="0" step="1.0" default="50" tooltip="Box length">
           <validator id="GeomValidators_Positive"/>
         </doublevalue>
-        <doublevalue id="height" label="height: " min="0" step="1.0" default="50" tooltip="Sets the box height">
+        <doublevalue id="height" label="Height: " min="0" step="1.0" default="50" tooltip="Box height">
           <validator id="GeomValidators_Positive"/>
         </doublevalue>
       </feature>