[gimp] modules: mark new string for translation



commit 3cb7f05e73b44f167b3faed8e449c6f382cb0dca
Author: Sven Neumann <s neumann raumfeld com>
Date:   Tue Sep 25 22:15:34 2012 +0200

    modules: mark new string for translation

 modules/display-filter-lcms.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/modules/display-filter-lcms.c b/modules/display-filter-lcms.c
index 1a1800a..7e4f584 100644
--- a/modules/display-filter-lcms.c
+++ b/modules/display-filter-lcms.c
@@ -210,7 +210,10 @@ cdisplay_lcms_profile_get_info (cmsHPROFILE   profile,
         }
 
       if (! *name)
-        *name = g_strdup ("(unnamed profile)");
+	{
+	  /* a color profile without a name */
+	  *name = g_strdup (_("(unnamed profile)"));
+	}
 
       descSize = cmsGetProfileInfoASCII (profile, cmsInfoManufacturer,
                                          "en", "US", NULL, 0);



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