[GRASS-SVN] r46580 - grass/branches/releasebranch_6_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 6 18:17:54 EDT 2011


Author: neteler
Date: 2011-06-06 15:17:54 -0700 (Mon, 06 Jun 2011)
New Revision: 46580

Modified:
   grass/branches/releasebranch_6_4/lib/init/lock.c
Log:
i18N fix

Modified: grass/branches/releasebranch_6_4/lib/init/lock.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/lock.c	2011-06-06 06:40:13 UTC (rev 46579)
+++ grass/branches/releasebranch_6_4/lib/init/lock.c	2011-06-06 22:17:54 UTC (rev 46580)
@@ -38,7 +38,7 @@
 #define file argv[1]
 
 #ifdef __MINGW32__
-    G_warning("Concurrent mapset locking is not supported on Windows");
+    G_warning(_("Concurrent mapset locking is not supported on Windows"));
     exit(0);
 #else
     locked = 0;



More information about the grass-commit mailing list