[GRASS-SVN] r46581 - grass/branches/develbranch_6/lib/init

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


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

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

Modified: grass/branches/develbranch_6/lib/init/lock.c
===================================================================
--- grass/branches/develbranch_6/lib/init/lock.c	2011-06-06 22:17:54 UTC (rev 46580)
+++ grass/branches/develbranch_6/lib/init/lock.c	2011-06-06 22:18:19 UTC (rev 46581)
@@ -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