about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-06 07:03:49 +0000
committerEric Wong <e@80x24.org>2014-04-06 07:03:49 +0000
commit2067f6539769d4add80adacd6179832ed389f538 (patch)
tree599e835144fcb2952ca98d19d1cca32f7a5f1561 /lib
parent994250c358ec523fd4e1e74c32a310fad6a025d3 (diff)
downloadpublic-inbox-2067f6539769d4add80adacd6179832ed389f538.tar.gz
This wording is probably clearer to everyone, and also used by at
least one other mailing list WWW interface.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 18ba36a8..748e6680 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -140,7 +140,7 @@ sub headers_to_html_header {
         if (defined $mid) {
                 my ($html, $href) = trim_message_id($mid);
                 $rv .= "Message-ID: <a href=$href.html>$html</a> ";
-                $rv .= "(<a href=$href.txt>raw message</a>)\n";
+                $rv .= "(<a href=$href.txt>original</a>)\n";
         }
 
         my $irp = $simple->header('In-Reply-To');