From 3227744f5c8a8be1dd4a6f1fba28766e4d56d045 Mon Sep 17 00:00:00 2001 From: Alexandre Prokoudine Date: Mon, 5 Dec 2011 17:59:07 +0400 Subject: [PATCH] =?UTF-8?q?Marked=20"View=20>=20Use=20GEGL"=20for=20transl?= =?UTF-8?q?ation,=20spotted=20by=20Cristian=20Secar=C4=83.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently we are not commenting this out as discussed before, so it's a tiny break of the strings freeze. --- app/actions/view-actions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/actions/view-actions.c b/app/actions/view-actions.c index 8a2793c542..b47db0e519 100644 --- a/app/actions/view-actions.c +++ b/app/actions/view-actions.c @@ -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 }