[GRASS-SVN] r44414 - grass-addons/postscript/ps.output

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 25 04:31:08 EST 2010


Author: neteler
Date: 2010-11-25 01:31:07 -0800 (Thu, 25 Nov 2010)
New Revision: 44414

Modified:
   grass-addons/postscript/ps.output/main.c
Log:
cosmetics

Modified: grass-addons/postscript/ps.output/main.c
===================================================================
--- grass-addons/postscript/ps.output/main.c	2010-11-25 09:01:09 UTC (rev 44413)
+++ grass-addons/postscript/ps.output/main.c	2010-11-25 09:31:07 UTC (rev 44414)
@@ -58,7 +58,7 @@
 
     draft = G_define_flag();
     draft->key = 'd';
-    draft->description = _("draf: Create a 1x1cm grid on paper to easy place and drawing");
+    draft->description = _("draft: Create a 1x1cm grid on paper to easy place and drawing");
 
     eps = G_define_flag();
     eps->key = 'e';
@@ -66,7 +66,7 @@
 
     ghost = G_define_flag();
     ghost->key = 'g';
-    ghost->description = _("ghostscript: Use the extended PostScript of Ghostscript (for transparent colors");
+    ghost->description = _("ghostscript: Use the extended PostScript of Ghostscript (for transparent colors)");
 
     style = G_define_flag();
     style->key = 's';



More information about the grass-commit mailing list