[GRASS-SVN] r31865 - grass/trunk/display/d.text.new

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 27 18:13:59 EDT 2008


Author: hcho
Date: 2008-06-27 18:13:59 -0400 (Fri, 27 Jun 2008)
New Revision: 31865

Modified:
   grass/trunk/display/d.text.new/main.c
Log:
i18n

Modified: grass/trunk/display/d.text.new/main.c
===================================================================
--- grass/trunk/display/d.text.new/main.c	2008-06-27 21:33:16 UTC (rev 31864)
+++ grass/trunk/display/d.text.new/main.c	2008-06-27 22:13:59 UTC (rev 31865)
@@ -222,7 +222,7 @@
     opt.charset->key = "charset";
     opt.charset->type = TYPE_STRING;
     opt.charset->required = NO;
-    opt.charset->description = "Text encoding (only applicable to TrueType fonts)";
+    opt.charset->description = _("Text encoding (only applicable to TrueType fonts)");
 
     flag.m = G_define_flag();
     flag.m->key = 'm';



More information about the grass-commit mailing list