[gimp] Bug 670024 - Zoom Tool menu label is not translated



commit f2fc342101d9b6464594bae993fe25f6c5cc7237
Author: Michael Natterer <mitch gimp org>
Date:   Tue Feb 14 09:54:29 2012 +0100

    Bug 670024 - Zoom Tool menu label is not translated
    
    Remove the message context from the zoom tool's menu label. It's not
    needed and can't work like that for menu items.

 app/tools/gimpmagnifytool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpmagnifytool.c b/app/tools/gimpmagnifytool.c
index 23b41e7..3972232 100644
--- a/app/tools/gimpmagnifytool.c
+++ b/app/tools/gimpmagnifytool.c
@@ -90,7 +90,7 @@ gimp_magnify_tool_register (GimpToolRegisterCallback  callback,
                 "gimp-zoom-tool",
                 _("Zoom"),
                 _("Zoom Tool: Adjust the zoom level"),
-                NC_("tool", "_Zoom"), "Z",
+                N_("_Zoom"), "Z",
                 NULL, GIMP_HELP_TOOL_ZOOM,
                 GIMP_STOCK_TOOL_ZOOM,
                 data);



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