diff options
author | Simon Green <simon@simongreen.net> | 2014-08-14 09:35:38 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2014-08-14 09:35:38 +1000 |
commit | 6dbcec07eba4b0910c883141a85b0b9928b85f32 (patch) | |
tree | 332a8d86991cf65eb4b23b5106f5b766c268006a /template/en/default/global | |
parent | 526b329c21a0b4e39babb0a58a32a1ae9c7e7336 (diff) | |
download | bugs-6dbcec07eba4b0910c883141a85b0b9928b85f32.tar bugs-6dbcec07eba4b0910c883141a85b0b9928b85f32.tar.gz bugs-6dbcec07eba4b0910c883141a85b0b9928b85f32.tar.bz2 bugs-6dbcec07eba4b0910c883141a85b0b9928b85f32.tar.xz bugs-6dbcec07eba4b0910c883141a85b0b9928b85f32.zip |
Bug 1009520 - Incorrect quote usage in global/header.html.tmpl
r=gerv, a=sgreen
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index f4a4b66b6..5740016a6 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 %]' |