aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/pyAggr3g470r.py')
-rwxr-xr-xsource/pyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py
index e30c82f5..d17d100b 100755
--- a/source/pyAggr3g470r.py
+++ b/source/pyAggr3g470r.py
@@ -558,7 +558,7 @@ class pyAggr3g470r(object):
message = "<p>The name of the feed has been changed.</p>"
except:
tmpl = lookup.get_template("error.html")
- message = "<p>Error when changing the nameL of the feed.</p>"
+ message = "<p>Error when changing the name of the feed.</p>"
return tmpl.render(message=message)
change_feed_name.exposed = True
bgstack15