about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-24 00:12:38 +0000
committerEric Wong <e@80x24.org>2019-10-28 10:49:10 +0000
commit287581c287bab24118b65c00e5f3c5af86fe0205 (patch)
treeaba5eea39008eb2557b0a4a3317865d437f20638 /lib/PublicInbox/View.pm
parentd2786235a289a0286d96a9b853b7a0a30a6f6b5a (diff)
downloadpublic-inbox-287581c287bab24118b65c00e5f3c5af86fe0205.tar.gz
"refer" is not the correct term, here; since that would mean
multiple messages have the current message in the "References:"
header, and that's a normal occurence.

Instead, we need to warn the reader that the given message
itself has multiple Message-IDs.
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 855ad017..ff55596d 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -633,7 +633,7 @@ sub _msg_html_prepare {
         if ($nr == 0) {
                 if ($more) {
                         $rv .=
-"<pre>WARNING: multiple messages refer to this Message-ID\n</pre>";
+"<pre>WARNING: multiple messages have this Message-ID\n</pre>";
                 }
                 $rv .= "<pre\nid=b>"; # anchor for body start
         } else {