[GRASS-SVN] r36023 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 22 01:20:49 EST 2009
Author: hamish
Date: 2009-02-22 01:20:49 -0500 (Sun, 22 Feb 2009)
New Revision: 36023
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-21 19:20:52 UTC (rev 36022)
+++ grass/branches/develbranch_6/lib/init/gis_set.tcl 2009-02-22 06:20:49 UTC (rev 36023)
@@ -556,8 +556,12 @@
.frame0.frameDB.mid.entry xview moveto 1
if { [string equal $location "<UNKNOWN>"] } {
- DialogGen .wrnDlg "Starting GRASS for first time" warning \
- "GRASS needs a directory where to store data. Create one in any file manager if you have not done it yet." 0 OK
+ DialogGen .wrnDlg "Starting GRASS for the first time" warning \
+ [concat "GRASS needs a directory in which to store its data. " \
+ "Create one now if you have not already done so. " \
+ "A popular choice is \"grassdata\", located " \
+ "in your home directory."] 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