From ce1093b34c8ead42d4d059b573c6ee72ffe78e28 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 25 Sep 2015 18:33:19 +0200 Subject: [PATCH] Rename "flat" to "whole thread" in the link in the message view Clearly it's not obvious enough what it means, so try to make it a bit more clear. Per suggestion from Tom Lane. --- django/archives/mailarchives/templates/message.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/archives/mailarchives/templates/message.html b/django/archives/mailarchives/templates/message.html index 3e9edbd..1d09e24 100644 --- a/django/archives/mailarchives/templates/message.html +++ b/django/archives/mailarchives/templates/message.html @@ -45,7 +45,7 @@ $(function(){ Message-ID: - {{msg.messageid}} (view raw or flat) + {{msg.messageid}} (view raw or whole thread) Thread: -- 2.39.5