aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-05-15 09:34:01 +0200
committercedricbonhomme <devnull@localhost>2012-05-15 09:34:01 +0200
commite7515f7b455df3fa83463ebf98cae854cfba4f85 (patch)
treecc19ca19c1f0ba9f85b817a7176fe9f7ae8dbe27 /source
parentNo need to detect the URL of a feed if it is directly given via the administr... (diff)
downloadnewspipe-e7515f7b455df3fa83463ebf98cae854cfba4f85.tar.gz
newspipe-e7515f7b455df3fa83463ebf98cae854cfba4f85.tar.bz2
newspipe-e7515f7b455df3fa83463ebf98cae854cfba4f85.zip
Minor change (string in the management page).
Diffstat (limited to 'source')
-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