From e453821723f5088bc594083458fb2425bf162bb8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Fri, 2 Jan 2009 14:12:32 +0000 Subject: [PATCH] Post-checkin fix for bug 313126 (better wording when the classification description is removed) git-svn-id: svn://10.0.0.236/trunk@255700 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/global/messages.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl index f72acff1a50..c8e4dd225a7 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl @@ -198,7 +198,11 @@
  • Name updated to '[% classification.name FILTER html %]'
  • [% END %] [% IF changes.description.defined %] -
  • Description updated to '[% classification.description FILTER html %]'
  • + [% IF classification.description %] +
  • Description updated to '[% classification.description FILTER html %]'
  • + [% ELSE %] +
  • Description removed
  • + [% END %] [% END %] [% IF changes.sortkey.defined %]
  • Sortkey updated to '[% classification.sortkey FILTER html %]'