[GRASS-SVN] r37287 - grass/branches/develbranch_6/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 19 10:38:31 EDT 2009
Author: hamish
Date: 2009-05-19 10:38:31 -0400 (Tue, 19 May 2009)
New Revision: 37287
Modified:
grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl
Log:
msg cosmetics (merge from relbr64)
Modified: grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl
===================================================================
--- grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl 2009-05-19 14:37:15 UTC (rev 37286)
+++ grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl 2009-05-19 14:38:31 UTC (rev 37287)
@@ -1095,14 +1095,14 @@
if { $n > 90 } {
set n 90
tk_messageBox -type ok -icon warning -parent .mapcan($mon) \
- -message [G_msg "Can not explore beyond the poles: switching into constrained mode"] \
+ -message [G_msg "Cannot explore beyond the poles: switching into constrained mode"] \
-title [G_msg "Switching to constrained mode"]
MapCanvas::exploremode $mon 0
}
if { $s < -90 } {
set s -90
tk_messageBox -type ok -icon warning -parent .mapcan($mon) \
- -message [G_msg "Can not explore beyond the poles: switching into constrained mode"] \
+ -message [G_msg "Cannot explore beyond the poles: switching into constrained mode"] \
-title [G_msg "Switching to constrained mode"]
MapCanvas::exploremode $mon 0
}
More information about the grass-commit
mailing list