Unify selection-like tools tooltip strings

This commit is contained in:
David Capello 2017-10-23 11:15:10 -03:00
parent ff09a7d88f
commit a754344cdc
2 changed files with 10 additions and 26 deletions

View File

@ -1019,7 +1019,7 @@
<group id="selection_tools"> <group id="selection_tools">
<tool id="rectangular_marquee" <tool id="rectangular_marquee"
text="@.rectangular_marquee" text="@.rectangular_marquee"
tooltip="@.rectangular_marquee_tooltip" tooltip="@.selection_tooltip"
fill="always" fill="always"
ink="selection" ink="selection"
controller="two_points" controller="two_points"
@ -1028,7 +1028,7 @@
tracepolicy="last" /> tracepolicy="last" />
<tool id="elliptical_marquee" <tool id="elliptical_marquee"
text="@.elliptical_marquee" text="@.elliptical_marquee"
tooltip="@.elliptical_marquee_tooltip" tooltip="@.selection_tooltip"
fill="always" fill="always"
ink="selection" ink="selection"
controller="two_points" controller="two_points"
@ -1037,7 +1037,7 @@
tracepolicy="last" /> tracepolicy="last" />
<tool id="lasso" <tool id="lasso"
text="@.lasso_tool" text="@.lasso_tool"
tooltip="@.lasso_tool_tooltip" tooltip="@.selection_tooltip"
fill="always" fill="always"
ink="selection" ink="selection"
controller="freehand" controller="freehand"
@ -1046,7 +1046,7 @@
tracepolicy="accumulate" /> tracepolicy="accumulate" />
<tool id="polygonal_lasso" <tool id="polygonal_lasso"
text="@.polygonal_lasso" text="@.polygonal_lasso"
tooltip="@.polygonal_lasso_tooltip" tooltip="@.selection_tooltip"
fill="always" fill="always"
ink="selection" ink="selection"
controller="point_by_point" controller="point_by_point"
@ -1055,7 +1055,7 @@
tracepolicy="last" /> tracepolicy="last" />
<tool id="magic_wand" <tool id="magic_wand"
text="@.magic_wand" text="@.magic_wand"
tooltip="@.magic_wand_tooltip" tooltip="@.selection_tooltip"
fill="always" fill="always"
ink="selection" ink="selection"
controller="one_point" controller="one_point"

View File

@ -889,37 +889,21 @@ in_front_toolip = For all kind of layers (background and transparents)
[tools] [tools]
rectangular_marquee = Rectangular Marquee Tool rectangular_marquee = Rectangular Marquee Tool
rectangular_marquee_tooltip = <<<END selection_tooltip = <<<END
* Left-button: replace/add to current selection. * Left Button: replace/add to current selection.
* Right-button: remove from current selection. * Right Button: remove from current selection.
END END
elliptical_marquee = Elliptical Marquee Tool elliptical_marquee = Elliptical Marquee Tool
elliptical_marquee_tooltip = <<<END
* Left-button: Replace/add to current selection.
* Right-button: Remove from current selection.
END
lasso_tool = Lasso Tool lasso_tool = Lasso Tool
lasso_tool_tooltip = <<<END
* Left-button: Replace/add to current selection.
* Right-button: Remove from current selection.
END
polygonal_lasso = Polygonal Lasso Tool polygonal_lasso = Polygonal Lasso Tool
polygonal_lasso_tooltip = <<<END
* Left-button: Replace/add to current selection.
* Right-button: Remove from current selection.
END
magic_wand = Magic Wand Tool magic_wand = Magic Wand Tool
magic_wand_tooltip = <<<END
* Left-button: Replace/add to current selection.
* Right-button: Remove from current selection.
END
pencil = Pencil Tool pencil = Pencil Tool
spray = Spray Tool spray = Spray Tool
eraser = Eraser Tool eraser = Eraser Tool
eraser_tooltip = <<<END eraser_tooltip = <<<END
* Left-button: Erase with the background color in 'Background' layer * Left Button: Erase with the background color in 'Background' layer
or transparent color in any other layer. or transparent color in any other layer.
* Right-button: Replace foreground with background color. * Right Button: Replace foreground with background color.
END END
eyedropper = Eyedropper Tool eyedropper = Eyedropper Tool
zoom = Zoom Tool zoom = Zoom Tool