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.
This commit is contained in:
Michael Natterer
2012-02-14 09:54:29 +01:00
parent b93cdd8bc5
commit f2fc342101

View File

@ -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);