[GRASS-SVN] r37286 -
grass/branches/releasebranch_6_4/gui/tcltk/gis.m
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 19 10:37:16 EDT 2009
Author: hamish
Date: 2009-05-19 10:37:15 -0400 (Tue, 19 May 2009)
New Revision: 37286
Modified:
grass/branches/releasebranch_6_4/gui/tcltk/gis.m/mapcanvas.tcl
Log:
msg cosmetics
Modified: grass/branches/releasebranch_6_4/gui/tcltk/gis.m/mapcanvas.tcl
===================================================================
--- grass/branches/releasebranch_6_4/gui/tcltk/gis.m/mapcanvas.tcl 2009-05-19 14:23:26 UTC (rev 37285)
+++ grass/branches/releasebranch_6_4/gui/tcltk/gis.m/mapcanvas.tcl 2009-05-19 14:37:15 UTC (rev 37286)
@@ -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