diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-15 07:03:08 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-15 07:03:08 +0100 |
commit | 8b9a291b37e2f2e40caa3fca256a510ce44f42ed (patch) | |
tree | 7e223c7bd2c3a1dcc32661fae114783f82460a44 /template/en | |
parent | 2f0f5e515f6b94aa802fe1bc8bf8604a748f19e7 (diff) | |
download | bugzilla-8b9a291b37e2f2e40caa3fca256a510ce44f42ed.tar.gz bugzilla-8b9a291b37e2f2e40caa3fca256a510ce44f42ed.tar.xz |
Update wording of "you cannot comment" to match upstream
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index d57d9641c..d58154a01 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1115,7 +1115,7 @@ <div id="comment"> <fieldset> <legend>Note</legend> - You are unable to make an additional comment on this [% terms.bug %]. + You are not allowed to make an additional comment on this [% terms.bug %]. </fieldset> </div> [% END %] |