aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource/pyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
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 += "<hr />\n"
# Informations about the data base of articles
- html += """<p>%s article(s) are loaded from the database with
+ html += """<p>%s article(s) are sotred in the database with
<a href="/unread/">%s unread article(s)</a>.<br />\n""" % \
(nb_articles, nb_unread_articles)
#html += """Database: %s.\n<br />Size: %s bytes.<br />\n""" % \
bgstack15