From 9d11a0d5090509137c1e94942159dcfe59fc61d9 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 13 Dec 2009 20:56:44 +0000 Subject: Bug 526734: Allow localization of the "From update of attachment" string in comments Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/bug/format_comment.txt.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template/en/default/bug/format_comment.txt.tmpl') diff --git a/template/en/default/bug/format_comment.txt.tmpl b/template/en/default/bug/format_comment.txt.tmpl index 49ab95ad1..27b72a918 100644 --- a/template/en/default/bug/format_comment.txt.tmpl +++ b/template/en/default/bug/format_comment.txt.tmpl @@ -56,6 +56,14 @@ Created attachment [% comment.extra_data %] [% END %] [%+ comment.attachment.description %] +[%+ comment.body %] +[% ELSIF comment.type == constants.CMT_ATTACHMENT_UPDATED %] +Comment on attachment [% comment.extra_data %] +[% IF is_bugmail %] + --> [% urlbase _ "attachment.cgi?id=" _ comment.extra_data %] +[% END %] +[%+ comment.attachment.description %] + [%+ comment.body %] [% ELSE %] X[% comment_body %] -- cgit v1.2.3-24-g4f1b