[GRASS-SVN] r67631 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 23 04:30:10 PST 2016
Author: martinl
Date: 2016-01-23 04:30:10 -0800 (Sat, 23 Jan 2016)
New Revision: 67631
Modified:
grass/trunk/gui/wxpython/gui_core/gselect.py
Log:
wxGUI/gdal: label cosmetics
Modified: grass/trunk/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/gselect.py 2016-01-23 11:10:14 UTC (rev 67630)
+++ grass/trunk/gui/wxpython/gui_core/gselect.py 2016-01-23 12:30:10 UTC (rev 67631)
@@ -1287,7 +1287,7 @@
if dest:
self.inputBox.SetLabel(" %s " % _("Output settings"))
else:
- self.inputBox.SetLabel(" %s " % _("Source settings"))
+ self.inputBox.SetLabel(" %s " % _("Source input"))
# source type
sources = list()
More information about the grass-commit
mailing list