aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 6abc01c8..b5de302e 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -272,7 +272,7 @@ class Root:
html += "<hr />\n"
# Informations about the data base of articles
- html += """<p>The database contains a total of %s article(s) with
+ html += """<p>%s article(s) are loaded from the database with
<a href="/unread/">%s unread article(s)</a>.<br />""" % \
(self.nb_articles, self.nb_unread_articles)
html += """Database: %s.\n<br />Size: %s bytes.</p>\n""" % \
bgstack15