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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 20 17:34:02 EST 2009


Author: neteler
Date: 2009-02-20 17:34:02 -0500 (Fri, 20 Feb 2009)
New Revision: 36001

Modified:
   grass/branches/develbranch_6/lib/init/gis_set.tcl
Log:
msg cosmetics

Modified: grass/branches/develbranch_6/lib/init/gis_set.tcl
===================================================================
--- grass/branches/develbranch_6/lib/init/gis_set.tcl	2009-02-20 20:38:46 UTC (rev 36000)
+++ grass/branches/develbranch_6/lib/init/gis_set.tcl	2009-02-20 22:34:02 UTC (rev 36001)
@@ -557,7 +557,7 @@
     
     if { [string equal $location "<UNKNOWN>"] } {
 	DialogGen .wrnDlg "Starting GRASS for first time" warning \
-	"GRASS needs a direcotry where to store data. Create one in any file manager if You have not done it yet." 0 OK
+	"GRASS needs a directory where to store data. Create one in any file manager if you have not done it yet." 0 OK
 	set tmp [tk_chooseDirectory -initialdir $database \
 		-parent .frame0 -title [G_msg "Select GIS data directory"] -mustexist true]
 	if {$tmp != ""} { set database $tmp }



More information about the grass-commit mailing list