summaryrefslogtreecommitdiff
path: root/plugins/af_comics/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_comics/init.php')
-rw-r--r--plugins/af_comics/init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php
index 0c43f6aec..38ef82fd9 100644
--- a/plugins/af_comics/init.php
+++ b/plugins/af_comics/init.php
@@ -57,6 +57,8 @@ class Af_Comics extends Plugin {
}
print "</ul>";
+ print "<p>".__('GoComics requires a specific URL to workaround their lack of feed support: <code>http://feeds.feedburner.com/uclick/<em>comic_name</em></code> (e.g. <code>http://www.gocomics.com/garfield</code> uses <code>http://feeds.feedburner.com/uclick/garfield</code>).')."</p>";
+
print "</div>";
}