[GRASS-SVN] r46582 - grass/trunk/lib/init

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


Author: neteler
Date: 2011-06-06 15:18:34 -0700 (Mon, 06 Jun 2011)
New Revision: 46582

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

Modified: grass/trunk/lib/init/lock.c
===================================================================
--- grass/trunk/lib/init/lock.c	2011-06-06 22:18:19 UTC (rev 46581)
+++ grass/trunk/lib/init/lock.c	2011-06-06 22:18:34 UTC (rev 46582)
@@ -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