diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-12-13 21:54:20 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-12-13 21:54:20 +0100 |
commit | c93887f249fa25405aad68c56995cdcd2efc1e91 (patch) | |
tree | 600cca1f4b7966bfd947f18e1d880aac44f796a8 /template | |
parent | 9fe88ea66a28168e940bf02038d4055a5e00a4ee (diff) | |
download | bugzilla-c93887f249fa25405aad68c56995cdcd2efc1e91.tar.gz bugzilla-c93887f249fa25405aad68c56995cdcd2efc1e91.tar.xz |
Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.update
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2
for details.
r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 410636c60..b76106f24 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -707,10 +707,10 @@ [% ELSIF error == "freetext_too_long" %] [% title = "Text Too Long" %] - The text you entered is too long ([% text.length FILTER html %] characters, - above the maximum length allowed of [% constants.MAX_FREETEXT_LENGTH FILTER none %] - characters): - <p><em>[% text FILTER html %]</em></p> + The text you entered in the [% field_descs.$field FILTER html %] + field is too long ([% text.length FILTER html %] characters, + above the maximum length allowed of + [%+ constants.MAX_FREETEXT_LENGTH FILTER none %] characters). [% ELSIF error == "group_cannot_delete" %] [% title = "Cannot Delete Group" %] |