[GRASS-SVN] r60459 - grass/branches/releasebranch_7_0/gui/wxpython/gcp
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 24 05:25:50 PDT 2014
Author: neteler
Date: 2014-05-24 05:25:50 -0700 (Sat, 24 May 2014)
New Revision: 60459
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/gcp/manager.py
Log:
g.gui.gcp: tell in msg which recification order is currently active
Modified: grass/branches/releasebranch_7_0/gui/wxpython/gcp/manager.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gcp/manager.py 2014-05-24 12:25:42 UTC (rev 60458)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gcp/manager.py 2014-05-24 12:25:50 UTC (rev 60459)
@@ -1380,10 +1380,10 @@
if msg:
GWarning(parent = self,
message=_('Insufficient points defined and active (checked) '
- 'for selected rectification method.\n'
+ 'for selected rectification method (order: %d).\n'
'3+ points needed for 1st order,\n'
'6+ points for 2nd order, and\n'
- '10+ points for 3rd order.'))
+ '10+ points for 3rd order.') % self.gr_order)
return False
else:
return True
More information about the grass-commit
mailing list