[GRASS-SVN] r60458 - grass/trunk/gui/wxpython/gcp
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 24 05:25:43 PDT 2014
Author: neteler
Date: 2014-05-24 05:25:42 -0700 (Sat, 24 May 2014)
New Revision: 60458
Modified:
grass/trunk/gui/wxpython/gcp/manager.py
Log:
g.gui.gcp: tell in msg which recification order is currently active
Modified: grass/trunk/gui/wxpython/gcp/manager.py
===================================================================
--- grass/trunk/gui/wxpython/gcp/manager.py 2014-05-24 06:49:33 UTC (rev 60457)
+++ grass/trunk/gui/wxpython/gcp/manager.py 2014-05-24 12:25:42 UTC (rev 60458)
@@ -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