<source>
<multi_selector id="base_objects"
label="Edges:"
- tooltip="Select an edges on sketch or edge objects."
+ tooltip="Select edges on sketch or edges objects."
type_choice="edges objects">
<validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge"/>
</multi_selector>
<source>
<multi_selector id="base_objects"
label="Segments and wires:"
- tooltip="Select an edges on sketch or wires objects."
+ tooltip="Select edges on sketch, edges or wires objects."
type_choice="edges objects">
<validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge,wire"/>
</multi_selector>
<source>
<multi_selector id="base_objects"
label="Vertices:"
- tooltip="Select a vertices on sketch or vertex objects."
+ tooltip="Select vertices on sketch or vertex objects."
type_choice="vertices objects">
<validator id="BuildPlugin_ValidatorBaseForBuild" parameters="vertex"/>
</multi_selector>
<source>
<multi_selector id="base_objects"
label="Segments and wires:"
- tooltip="Select an edges on sketch or wires objects."
+ tooltip="Select edges on sketch, edges or wires objects."
type_choice="edges objects">
<validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge,wire"/>
</multi_selector>