aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index b5de302e..33a5da2c 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -290,7 +290,7 @@ class Root:
html += "<br />All articles are currently loaded.\n"
else:
html += "<br />For each feed only " + str(utils.MAX_NB_ARTICLES) + " articles are currently loaded. "
- html += '<a href="/set_max_articles/-1">Load all feeds.</a><br />\n'
+ html += '<a href="/set_max_articles/-1">Load all articles.</a><br />\n'
html += "</form>\n"
# Export functions
bgstack15