mirror of https://github.com/GNOME/gimp.git
Rename "Intelligent Scissors" menu item to "Scissors Select"
Be consistent with tool dialog and tooltip. Fixes #10793
This commit is contained in:
parent
bc73232cd9
commit
be944b20c5
|
@ -291,7 +291,7 @@ gimp_iscissors_tool_register (GimpToolRegisterCallback callback,
|
|||
"gimp-iscissors-tool",
|
||||
_("Scissors Select"),
|
||||
_("Scissors Select Tool: Select shapes using intelligent edge-fitting"),
|
||||
N_("Intelligent _Scissors"),
|
||||
N_("_Scissors Select"),
|
||||
"I",
|
||||
NULL, GIMP_HELP_TOOL_ISCISSORS,
|
||||
GIMP_ICON_TOOL_ISCISSORS,
|
||||
|
|
Loading…
Reference in New Issue