[gimp/metadata-browser] Bug 670024 - Zoom Tool menu label is not translated
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] Bug 670024 - Zoom Tool menu label is not translated
- Date: Wed, 12 Sep 2012 22:50:58 +0000 (UTC)
commit 2e94cf58408375bb738914f3f3c69f1f33100294
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]