mirror of https://github.com/GNOME/gimp.git
app, actions: use consistent naming for Text to Path
In the main menu and layers dialog context menu it is called `Text to Path`, let's use that same name in the text tool actions instead of `Path from Text`.
This commit is contained in:
parent
dfceba448f
commit
9c432f6505
|
@ -78,7 +78,7 @@ static const GimpActionEntry text_tool_actions[] =
|
|||
NULL },
|
||||
|
||||
{ "text-tool-text-to-path", GIMP_ICON_PATH,
|
||||
NC_("text-tool-action", "_Path from Text"), NULL, { NULL },
|
||||
NC_("text-tool-action", "Text to _Path"), NULL, { NULL },
|
||||
NC_("text-tool-action",
|
||||
"Create a path from the outlines of the current text"),
|
||||
text_tool_text_to_path_cmd_callback,
|
||||
|
|
Loading…
Reference in New Issue