[GRASS-SVN] r31907 - grass/branches/develbranch_6/display/d.text.new
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 30 16:33:46 EDT 2008
Author: neteler
Date: 2008-06-30 16:33:46 -0400 (Mon, 30 Jun 2008)
New Revision: 31907
Modified:
grass/branches/develbranch_6/display/d.text.new/main.c
Log:
i18N
Modified: grass/branches/develbranch_6/display/d.text.new/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.text.new/main.c 2008-06-30 20:29:19 UTC (rev 31906)
+++ grass/branches/develbranch_6/display/d.text.new/main.c 2008-06-30 20:33:46 UTC (rev 31907)
@@ -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