Salome HOME
Issue #801: place holder for hint in input fields
[modules/shaper.git] / src / ParametersPlugin / plugin-Parameters.xml
index 0a84294b5deb7c9c87a6349c2ad1a0705e9abb7f..3bab3831fd5f96cd253abc23cfb4aab19e84301f 100644 (file)
@@ -3,11 +3,11 @@
 <plugin>
   <workbench id="Part">
     <group id="Parameters">
-      <feature id="Parameter" title="New Variable" tooltip="Creates a variable" icon=":pictures/expression.png">
-        <stringvalue id="variable" label="Name" icon=":pictures/expression.png">
+      <feature id="Parameter" title="Parameter" tooltip="Create a parameter" icon=":pictures/expression.png">
+        <stringvalue id="variable" label="Name" icon=":pictures/expression.png" placeholder="Please input the parameter name">
           <validator id="Parameters_VariableValidator"/>
         </stringvalue>
-        <expr_editor id="expression">
+        <expr_editor id="expression" placeholder="Please input the expression">
           <validator id="Parameters_ExpressionValidator"/>
         </expr_editor>
       </feature>