diff options
author | cedricbonhomme <devnull@localhost> | 2012-05-15 09:34:01 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-05-15 09:34:01 +0200 |
commit | e7515f7b455df3fa83463ebf98cae854cfba4f85 (patch) | |
tree | cc19ca19c1f0ba9f85b817a7176fe9f7ae8dbe27 | |
parent | No need to detect the URL of a feed if it is directly given via the administr... (diff) | |
download | newspipe-e7515f7b455df3fa83463ebf98cae854cfba4f85.tar.gz newspipe-e7515f7b455df3fa83463ebf98cae854cfba4f85.tar.bz2 newspipe-e7515f7b455df3fa83463ebf98cae854cfba4f85.zip |
Minor change (string in the management page).
-rwxr-xr-x | source/pyAggr3g470r.py | 2 |
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""" % \ |