From a43231dd4ccef2b02fa0434217b637a6d1638c97 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 3 Oct 2008 06:40:15 +0000 Subject: Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up editvalues.cgi and error messages Patch By Max Kanat-Alexander r=bbaetz, a=mkanat --- template/en/default/global/messages.html.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 82a71a5a2..d7de4fbc7 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -298,31 +298,31 @@ [% ELSIF message_tag == "field_value_created" %] [% title = "New Field Value Created" %] - The value [% value FILTER html %] has been added as a valid choice - for the [% field.description FILTER html %] + The value [% value.name FILTER html %] has been added as a + valid choice for the [% field.description FILTER html %] ([% field.name FILTER html %]) field. [% IF field.name == "bug_status" %] - You should now visit the status workflow page - to include your new [% terms.bug %] status. + You should now visit the status workflow + page to include your new [% terms.bug %] status. [% END %] [% ELSIF message_tag == "field_value_deleted" %] [% title = "Field Value Deleted" %] - The value [% value FILTER html %] of the + The value [% value.name FILTER html %] of the [% field.description FILTER html %] ([% field.name FILTER html %]) field has been deleted. [% ELSIF message_tag == "field_value_updated" %] [% title = "Field Value Updated" %] [% IF changes.keys.size %] - The [% value FILTER html %] value of the + The [% value_old FILTER html %] value of the [% field.description FILTER html %] ([% field.name FILTER html %]) field has been changed: [% ELSE %] - No changes made to the field value [% value FILTER html %]. + No changes made to the field value [% value_old FILTER html %]. [% END %] [% ELSIF message_tag == "flag_cleared" %] -- cgit v1.2.3-24-g4f1b