mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Unify selection-like tools tooltip strings
This commit is contained in:
parent
ff09a7d88f
commit
a754344cdc
10
data/gui.xml
10
data/gui.xml
@ -1019,7 +1019,7 @@
|
||||
<group id="selection_tools">
|
||||
<tool id="rectangular_marquee"
|
||||
text="@.rectangular_marquee"
|
||||
tooltip="@.rectangular_marquee_tooltip"
|
||||
tooltip="@.selection_tooltip"
|
||||
fill="always"
|
||||
ink="selection"
|
||||
controller="two_points"
|
||||
@ -1028,7 +1028,7 @@
|
||||
tracepolicy="last" />
|
||||
<tool id="elliptical_marquee"
|
||||
text="@.elliptical_marquee"
|
||||
tooltip="@.elliptical_marquee_tooltip"
|
||||
tooltip="@.selection_tooltip"
|
||||
fill="always"
|
||||
ink="selection"
|
||||
controller="two_points"
|
||||
@ -1037,7 +1037,7 @@
|
||||
tracepolicy="last" />
|
||||
<tool id="lasso"
|
||||
text="@.lasso_tool"
|
||||
tooltip="@.lasso_tool_tooltip"
|
||||
tooltip="@.selection_tooltip"
|
||||
fill="always"
|
||||
ink="selection"
|
||||
controller="freehand"
|
||||
@ -1046,7 +1046,7 @@
|
||||
tracepolicy="accumulate" />
|
||||
<tool id="polygonal_lasso"
|
||||
text="@.polygonal_lasso"
|
||||
tooltip="@.polygonal_lasso_tooltip"
|
||||
tooltip="@.selection_tooltip"
|
||||
fill="always"
|
||||
ink="selection"
|
||||
controller="point_by_point"
|
||||
@ -1055,7 +1055,7 @@
|
||||
tracepolicy="last" />
|
||||
<tool id="magic_wand"
|
||||
text="@.magic_wand"
|
||||
tooltip="@.magic_wand_tooltip"
|
||||
tooltip="@.selection_tooltip"
|
||||
fill="always"
|
||||
ink="selection"
|
||||
controller="one_point"
|
||||
|
@ -889,37 +889,21 @@ in_front_toolip = For all kind of layers (background and transparents)
|
||||
|
||||
[tools]
|
||||
rectangular_marquee = Rectangular Marquee Tool
|
||||
rectangular_marquee_tooltip = <<<END
|
||||
* Left-button: replace/add to current selection.
|
||||
* Right-button: remove from current selection.
|
||||
selection_tooltip = <<<END
|
||||
* Left Button: replace/add to current selection.
|
||||
* Right Button: remove from current selection.
|
||||
END
|
||||
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_tooltip = <<<END
|
||||
* Left-button: Replace/add to current selection.
|
||||
* Right-button: Remove from current selection.
|
||||
END
|
||||
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_tooltip = <<<END
|
||||
* Left-button: Replace/add to current selection.
|
||||
* Right-button: Remove from current selection.
|
||||
END
|
||||
pencil = Pencil Tool
|
||||
spray = Spray Tool
|
||||
eraser = Eraser Tool
|
||||
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.
|
||||
* Right-button: Replace foreground with background color.
|
||||
* Right Button: Replace foreground with background color.
|
||||
END
|
||||
eyedropper = Eyedropper Tool
|
||||
zoom = Zoom Tool
|
||||
|
Loading…
x
Reference in New Issue
Block a user