aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-11-24 13:03:32 +0100
committercedricbonhomme <devnull@localhost>2010-11-24 13:03:32 +0100
commit7242fdf6efbee8ac2ff817610f29632841b6f8cb (patch)
tree74943f0307b708928caaafc9a11d67638ccaff22 /pyAggr3g470r.py
parentHide 'mark as read button' when useless. (diff)
downloadnewspipe-7242fdf6efbee8ac2ff817610f29632841b6f8cb.tar.gz
newspipe-7242fdf6efbee8ac2ff817610f29632841b6f8cb.tar.bz2
newspipe-7242fdf6efbee8ac2ff817610f29632841b6f8cb.zip
Typo.
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 2e037d6a..48c4ca8a 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -491,7 +491,7 @@ class Root:
(article[6], article[6])
html += """<br />\n<a href="/plain_text/%s:%s">Plain text</a>\n""" % \
(feed_id, article_id)
- html += """ - <a href="/epub/%s:%s">Export to epub</a>\n""" % \
+ html += """ - <a href="/epub/%s:%s">Export to EPUB</a>\n""" % \
(feed_id, article_id)
html += """<br />\n<a href="%s">Complete story</a>\n<br />\n""" % \
(article[3].encode('utf-8'),)
bgstack15