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:
Jacob Boerema 2024-06-22 16:11:49 -04:00
parent dfceba448f
commit 9c432f6505
1 changed files with 1 additions and 1 deletions

View File

@ -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,