about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/View.pm')
-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');