Marked "View > Use GEGL" for translation, spotted by Cristian Secară.

Apparently we are not commenting this out as discussed before, so it's a tiny break of the strings freeze.
This commit is contained in:
Alexandre Prokoudine 2011-12-05 17:59:07 +04:00
parent a22507363c
commit 3227744f5c

View file

@ -235,8 +235,8 @@ static const GimpToggleActionEntry view_toggle_actions[] =
GIMP_HELP_VIEW_FULLSCREEN },
{ "view-use-gegl", GIMP_STOCK_GEGL,
"Use GEGL", NULL,
"Use GEGL to create this window's projection",
NC_("view-action", "Use GEGL"), NULL,
NC_("view-action", "Use GEGL to create this window's projection"),
G_CALLBACK (view_use_gegl_cmd_callback),
FALSE,
NULL }