[GRASS-SVN] r61617 - grass/trunk/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 14 05:19:24 PDT 2014
Author: martinl
Date: 2014-08-14 05:19:24 -0700 (Thu, 14 Aug 2014)
New Revision: 61617
Modified:
grass/trunk/scripts/g.extension/g.extension.py
Log:
g.extension: wording cosmetics
Modified: grass/trunk/scripts/g.extension/g.extension.py
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.py 2014-08-14 11:57:33 UTC (rev 61616)
+++ grass/trunk/scripts/g.extension/g.extension.py 2014-08-14 12:19:24 UTC (rev 61617)
@@ -304,7 +304,7 @@
try:
tree = etree.fromstring(f.read())
except:
- grass.warning(_("Unable to parse '%s'. Trying to scan SVN (may take some time)...") % url)
+ grass.warning(_("Unable to parse '%s'. Trying to scan SVN repository (may take some time)...") % url)
list_available_extensions_svn()
return
@@ -366,7 +366,7 @@
# list wxGUI extensions
def get_wxgui_extensions():
mlist = list()
- grass.debug('Fetching list of wxGUI extensions from GRASS-Addons SVN (be patient)...')
+ grass.debug('Fetching list of wxGUI extensions from GRASS-Addons SVN repository (be patient)...')
pattern = re.compile(r'(<li><a href=".+">)(.+)(</a></li>)', re.IGNORECASE)
grass.verbose(_("Checking for '%s' modules...") % 'gui/wxpython')
@@ -729,7 +729,7 @@
moduleclass = expand_module_class_name(classchar)
url = options['svnurl'] + '/' + moduleclass + '/' + name
- grass.message(_("Fetching <%s> from GRASS-Addons SVN (be patient)...") % name)
+ grass.message(_("Fetching <%s> from GRASS-Addons SVN repository (be patient)...") % name)
os.chdir(TMPDIR)
if grass.verbosity() <= 2:
More information about the grass-commit
mailing list