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:
@ -90,7 +90,7 @@ gimp_magnify_tool_register (GimpToolRegisterCallback callback,
|
|||||||
"gimp-zoom-tool",
|
"gimp-zoom-tool",
|
||||||
_("Zoom"),
|
_("Zoom"),
|
||||||
_("Zoom Tool: Adjust the zoom level"),
|
_("Zoom Tool: Adjust the zoom level"),
|
||||||
NC_("tool", "_Zoom"), "Z",
|
N_("_Zoom"), "Z",
|
||||||
NULL, GIMP_HELP_TOOL_ZOOM,
|
NULL, GIMP_HELP_TOOL_ZOOM,
|
||||||
GIMP_STOCK_TOOL_ZOOM,
|
GIMP_STOCK_TOOL_ZOOM,
|
||||||
data);
|
data);
|
||||||
|
Reference in New Issue
Block a user