From e7515f7b455df3fa83463ebf98cae854cfba4f85 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 15 May 2012 09:34:01 +0200 Subject: Minor change (string in the management page). --- 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 9b5eb6ce..94670719 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -272,7 +272,7 @@ class Root: html += "
\n" # Informations about the data base of articles - html += """

%s article(s) are loaded from the database with + html += """

%s article(s) are sotred in the database with %s unread article(s).
\n""" % \ (nb_articles, nb_unread_articles) #html += """Database: %s.\n
Size: %s bytes.
\n""" % \ -- cgit