From edc74420a45d7d2f9c1400bf05c1ef6fef115e4a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Sep 2015 20:33:22 +0000 Subject: [PATCH] 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. --- lib/PublicInbox/View.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.44.0