Salome HOME
Fix for issue #89: feature renamed to object to be conform with tooltip description
authormpv <mikhail.ponikarov@opencascade.com>
Fri, 5 Sep 2014 05:48:12 +0000 (09:48 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Fri, 5 Sep 2014 05:48:12 +0000 (09:48 +0400)
src/SketchPlugin/plugin-Sketch.xml

index 4c1d80a06369662d3922fdbc5648174a9d7268ef..e7396865d5b8219d6dfbcedc5c27b8db9459e717 100644 (file)
@@ -29,7 +29,7 @@
       <feature id="SketchConstraintCoincidence" title="Coincident" tooltip="Create constraint for the coincidence of two points" internal="1"/>
 
       <feature id="SketchConstraintDistance" title="Distance" tooltip="Create constraint for the distance from a point to an object">
-        <label title="Select point and another feature (point or point on line) between which to calculate distance" tooltip="Select point and another feature (point or point on line) between which to calculate distance"/>
+        <label title="Select point and another object (point or point on line) between which to calculate distance" tooltip="Select point and another feature (point or point on line) between which to calculate distance"/>
         <feature_or_attribute_selector id="ConstraintEntityA" label="First object" tooltip="Select an point in the viewer">
           <validator id="SketchPlugin_ResultPointValidator"/>
           <validator id="SketchPlugin_ResultLineValidator"/>