]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Rename "Start point" to "Tangent point" for tangent arc (issue #1291)
authorazv <azv@opencascade.com>
Thu, 23 Jun 2016 05:11:49 +0000 (08:11 +0300)
committerazv <azv@opencascade.com>
Thu, 23 Jun 2016 05:12:02 +0000 (08:12 +0300)
src/SketchPlugin/plugin-Sketch.xml

index 6e9a26dd0729f9c9825527df54f170e78d706f8f..a618c51cd7be250f04489ca866441ef82a546a05 100644 (file)
@@ -75,7 +75,7 @@
             <validator id="GeomValidators_Different" parameters="ArcStartPoint,ArcEndPoint,ArcPassedPoint"/>
           </box>
           <box id="Tangent" title="Tangent with edge" icon="icons/Sketch/arc_tang_32x32.png">
-            <sketch_shape_selector id="ArcTangentPoint" label="Start point" tooltip="Select point on line" shape_types="vertex">
+            <sketch_shape_selector id="ArcTangentPoint" label="Tangent point" tooltip="Select point on line" shape_types="vertex">
               <validator id="SketchPlugin_ArcTangentPoint" parameters="" />
             </sketch_shape_selector>
             <sketch-2dpoint_selector id="ArcEndPoint" accept_expressions="0" title="End point" tooltip="End point"/>