Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
authorsbh <sergey.belash@opencascade.com>
Thu, 16 Apr 2015 14:56:13 +0000 (17:56 +0300)
committersbh <sergey.belash@opencascade.com>
Thu, 16 Apr 2015 14:56:13 +0000 (17:56 +0300)
src/ConstructionPlugin/plugin-Construction.xml
src/FeaturesPlugin/plugin-Features.xml
src/PartSetPlugin/plugin-PartSet.xml
src/PythonAddons/macros/box/widget.xml
src/SketchPlugin/plugin-Sketch.xml

index 68a3e4e7c9f484690594266c2dfae4a519db8899..aad7e762a90154c776acde5a3b294a3b908f20c2 100644 (file)
@@ -6,21 +6,21 @@
       <feature
         id="Point"
         title="Point"
-        tooltip="Create a new point"
+        tooltip="Create point"
         icon=":icons/point.png">
         <source path="point_widget.xml" />
       </feature>
       <feature
         id="Axis"
         title="Axis"
-        tooltip="Create a new axis"
+        tooltip="Create axis"
         icon=":icons/axis.png">
         <source path="axis_widget.xml" />
       </feature>
       <feature
         id="Plane"
         title="Plane"
-        tooltip="Create a new plane"
+        tooltip="Create plane"
         icon=":icons/plane.png">
         <source path="plane_widget.xml" />
       </feature>
index 6834cdbe639aebe04781ca5a2108910a3bc00774..7790b2839c59f761a4b5a03a80aaf4d32444eaa4 100644 (file)
@@ -16,7 +16,7 @@
     <group id="Collections">
       <feature id="Group"
         title="Group"
-        tooltip="Create a new named collection of geometry entities"
+        tooltip="Create named collection of geometry entities"
         icon=":icons/shape_group.png">
         <source path="group_widget.xml"/>
       </feature>
index 721a692364cc003bac88b161eb7d995a78c3ff5c..95f55c9a2487806d730f40693073b9e4e41c4764 100644 (file)
@@ -3,7 +3,7 @@
 <plugin>
   <workbench id="Part">
     <group id="Operations">
-      <feature id="Part" title="New part" tooltip="Create a new part" icon=":pictures/part_ico.png"/>
+      <feature id="Part" title="New part" tooltip="Create part" icon=":pictures/part_ico.png"/>
       <feature id="Duplicate" title="Duplicate"
                tooltip="Duplicate active part"
                icon=":icons/duplicate.png"
index fc0bb3ba62037d1251f4cd114b8cb1373ae629c7..508c85d2e5caaff8bbd57b772a43c2c804339205 100644 (file)
@@ -2,7 +2,7 @@
   <workbench id="Macros" document="Part">
     <group id="Samples">
 
-      <feature id="Box" title="Box" tooltip="Creates a box parallel to XYZ by extruding a rectangle" icon=":pictures/part_ico.png">
+      <feature id="Box" title="Box" tooltip="Create a box parallel to xyz by extruding a rectangular" icon=":pictures/part_ico.png">
         <doublevalue id="width"  label="dx: " min="0" step="1.0" default="50" tooltip="Sets the box width">
           <validator id="GeomValidators_Positive"/>
         </doublevalue>
index 6d73ae8165369ccf3985d6439b23599fc6e3477f..d38f2ce6926f2da20dfa04e4fcdd889c1ecb5327 100644 (file)
@@ -8,30 +8,30 @@
         nested="SketchPoint SketchLine SketchCircle SketchArc SketchConstraintLength SketchConstraintRadius SketchConstraintDistance SketchConstraintParallel SketchConstraintPerpendicular SketchConstraintRigid SketchConstraintHorizontal SketchConstraintVertical SketchConstraintEqual SketchConstraintTangent SketchConstraintFillet SketchConstraintCoincidence SketchConstraintMirror"
         when_nested="accept abort"
         title="Sketch"
-        tooltip="Create a new sketch"
+        tooltip="Create sketch"
         icon=":icons/sketch.png">
         <sketch-start-label id="External" title="Select a plane on which to create a sketch" tooltip="Select a plane on which to create a sketch">
           <validator id="GeomValidators_Face" parameters="plane"/>
         </sketch-start-label>
       <!--icon=":pictures/x_point.png"-->
       </feature>
-      <feature id="SketchPoint" title="Point" tooltip="Create a new point" icon=":icons/point.png">
+      <feature id="SketchPoint" title="Point" tooltip="Create point" icon=":icons/point.png">
         <sketch-2dpoint_selector id="PointCoordindates" title="Point" tooltip="Point coordinates"/>
         <boolvalue id="Auxiliary" label="Auxiliary" default="false" tooltip="Construction element" obligatory="0"/>
       </feature>
-      <feature id="SketchLine" title="Line" tooltip="Create a new line" icon=":icons/line.png">
+      <feature id="SketchLine" title="Line" tooltip="Create line" icon=":icons/line.png">
         <sketch-2dpoint_selector id="StartPoint" title="Start point" tooltip="Start point coordinates" previous_feature_param="EndPoint"/>
         <sketch-2dpoint_selector id="EndPoint" title="End point" tooltip="End point coordinates"/>
         <boolvalue id="Auxiliary" label="Auxiliary" default="false" tooltip="Construction element" obligatory="0"/>
       </feature>
-      <feature id="SketchCircle" title="Circle" tooltip="Create a new circle" icon=":icons/circle.png">
+      <feature id="SketchCircle" title="Circle" tooltip="Create circle" icon=":icons/circle.png">
         <sketch-2dpoint_selector id="CircleCenter" title="Center" tooltip="Center coordinates"/>
         <point2ddistance id="CircleRadius" first_point="CircleCenter" label="Radius:" min="0" step="1.0" default="0" icon=":icons/radius.png" tooltip="Set radius">
           <validator id="GeomValidators_Positive"/>
         </point2ddistance>
         <boolvalue id="Auxiliary" label="Auxiliary" default="false" tooltip="Construction element" obligatory="0"/>
       </feature>
-      <feature id="SketchArc" title="Arc" tooltip="Create a new arc" icon=":icons/arc.png">
+      <feature id="SketchArc" title="Arc" tooltip="Create arc" icon=":icons/arc.png">
         <sketch-2dpoint_selector id="ArcCenter" title="Center" tooltip="Center of a circle"/>
         <sketch-2dpoint_selector id="ArcStartPoint" title="Start point" tooltip="Start point"/>
         <sketch-2dpoint_selector id="ArcEndPoint" title="End point" tooltip="End point"/>