From f457a9351664284bacd19310be8cb53487610b24 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 13 Mar 2013 18:21:34 +0100 Subject: Typo. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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 = "

The name of the feed has been changed.

" except: tmpl = lookup.get_template("error.html") - message = "

Error when changing the nameL of the feed.

" + message = "

Error when changing the name of the feed.

" return tmpl.render(message=message) change_feed_name.exposed = True -- cgit