=?utf-8?q?=5Bgimp=5D_Marked_=22View_=3E_Use_GEGL=22_for_translation=2C_sp?= =?utf-8?q?otted_by_Cristian_Secar=C4=83=2E?=



commit 3227744f5c8a8be1dd4a6f1fba28766e4d56d045
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Mon Dec 5 17:59:07 2011 +0400

    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.

 app/actions/view-actions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/view-actions.c b/app/actions/view-actions.c
index 8a2793c..b47db0e 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 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]