From: Eric Wong Date: Tue, 1 Sep 2015 20:33:22 +0000 (+0000) Subject: view: change wording to include "thread" in footer X-Git-Tag: v1.0.0~941 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=edc74420a45d7d2f9c1400bf05c1ef6fef115e4a;p=public-inbox.git view: change wording to include "thread" in footer Hopefully make it more obvious we're downloading or following just one thread and not everything else. --- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 29888f95..116f36e7 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -161,8 +161,8 @@ sub emit_thread_html { my $next = ""; $next .= $final_anchor == 1 ? 'only message in' : 'end of'; $next .= " thread, back to index\n"; - $next .= "download: mbox.gz"; - $next .= " / Atom feed\n\n"; + $next .= "download thread: mbox.gz"; + $next .= " / follow: Atom feed\n\n"; $fh->write("
" . PRE_WRAP . $next . $foot . ""); $fh->close;