From: Simon Green Date: Wed, 13 Aug 2014 23:35:38 +0000 (+1000) Subject: Bug 1009520 - Incorrect quote usage in global/header.html.tmpl X-Git-Tag: bugzilla-4.5.6~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dbcec07eba4b0910c883141a85b0b9928b85f32;p=thirdparty%2Fbugzilla.git Bug 1009520 - Incorrect quote usage in global/header.html.tmpl r=gerv, a=sgreen --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index f4a4b66b6f..5740016a64 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -156,15 +156,15 @@ [%# Please keep these in alphabetical order. %] attach_desc_required: - 'You must enter a Description for this attachment.', + "You must enter a Description for this attachment.", component_required: - 'You must select a Component for this [% terms.bug %].', + "You must select a Component for this [% terms.bug %].", description_required: - 'You must enter a Description for this [% terms.bug %].', + "You must enter a Description for this [% terms.bug %].", short_desc_required: - 'You must enter a Summary for this [% terms.bug %].', + "You must enter a Summary for this [% terms.bug %].", version_required: - 'You must select a Version for this [% terms.bug %].' + "You must select a Version for this [% terms.bug %]." } [% IF javascript_urls.containsany(['js/bug.js', 'js/field.js', 'js/comment-tagging.js']) %] , api_token: '[% get_api_token FILTER js FILTER html %]'