[gimp] app: fix tool preset editor action labels



commit aea305be82dd860028c2875acb020360e37515e3
Author: Michael Natterer <mitch gimp org>
Date:   Sat Apr 17 14:52:22 2010 +0200

    app: fix tool preset editor action labels

 app/actions/tool-preset-editor-actions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/tool-preset-editor-actions.c b/app/actions/tool-preset-editor-actions.c
index f85435b..cad832c 100644
--- a/app/actions/tool-preset-editor-actions.c
+++ b/app/actions/tool-preset-editor-actions.c
@@ -39,7 +39,7 @@
 static const GimpActionEntry tool_preset_editor_actions[] =
 {
   { "tool-preset-editor-popup", GIMP_STOCK_TOOL_PRESET,
-    NC_("tool-preset-editor-action", "Paint ToolPreset Editor Menu"), NULL, NULL, NULL,
+    NC_("tool-preset-editor-action", "Tool Preset Editor Menu"), NULL, NULL, NULL,
     GIMP_HELP_BRUSH_EDITOR_DIALOG }
 };
 
@@ -47,7 +47,7 @@ static const GimpActionEntry tool_preset_editor_actions[] =
 static const GimpToggleActionEntry tool_preset_editor_toggle_actions[] =
 {
   { "tool-preset-editor-edit-active", GIMP_STOCK_LINKED,
-    NC_("tool-preset-editor-action", "Edit Active ToolPreset"), NULL, NULL,
+    NC_("tool-preset-editor-action", "Edit Active Tool Preset"), NULL, NULL,
     G_CALLBACK (data_editor_edit_active_cmd_callback),
     FALSE,
     GIMP_HELP_BRUSH_EDITOR_EDIT_ACTIVE }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]