[gimp] Turn legacy tranlation context "tool|_Zoom" into a proper one



commit 8a377be2770ec1ac90c0c19ed99913d235e44f74
Author: Michael Natterer <mitch gimp org>
Date:   Mon Oct 19 00:13:56 2009 +0200

    Turn legacy tranlation context "tool|_Zoom" into a proper one

 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 e5a73d8..d262f56 100644
--- a/app/tools/gimpmagnifytool.c
+++ b/app/tools/gimpmagnifytool.c
@@ -86,7 +86,7 @@ gimp_magnify_tool_register (GimpToolRegisterCallback  callback,
                 "gimp-zoom-tool",
                 _("Zoom"),
                 _("Zoom Tool: Adjust the zoom level"),
-                N_("tool|_Zoom"), "Z",
+                NC_("tool", "_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]