[gimp] Fixed text along path error message
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Fixed text along path error message
- Date: Fri, 15 Apr 2022 15:25:57 +0000 (UTC)
commit a6d59a9b688331085327f968b8bb061f5d7a42c2
Author: Claude Paroz <claude 2xlibre net>
Date: Fri Apr 15 17:25:20 2022 +0200
Fixed text along path error message
app/actions/text-tool-commands.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/actions/text-tool-commands.c b/app/actions/text-tool-commands.c
index 61fb9ed1eb..882aaff7b0 100644
--- a/app/actions/text-tool-commands.c
+++ b/app/actions/text-tool-commands.c
@@ -185,7 +185,7 @@ text_tool_text_along_path_cmd_callback (GimpAction *action,
{
gimp_message (text_tool->image->gimp, G_OBJECT (text_tool),
GIMP_MESSAGE_ERROR,
- _("Test along path failed: %s"),
+ _("Text along path failed: %s"),
error->message);
g_clear_error (&error);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]