From 9c432f6505d300d3fd964a10f8d7b4b621de7c95 Mon Sep 17 00:00:00 2001 From: Jacob Boerema Date: Sat, 22 Jun 2024 16:11:49 -0400 Subject: [PATCH] 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`. --- app/actions/text-tool-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/actions/text-tool-actions.c b/app/actions/text-tool-actions.c index 34d3dbc9ab..4e3410e108 100644 --- a/app/actions/text-tool-actions.c +++ b/app/actions/text-tool-actions.c @@ -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,