Browse Source

g.gui.gcp: tell in msg which recification order is currently active

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60458 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
312e7e24d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gui/wxpython/gcp/manager.py

+ 2 - 2
gui/wxpython/gcp/manager.py

@@ -1380,10 +1380,10 @@ class GCP(MapFrame, ColumnSorterMixin):
             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