diff options
author | lpsolit%gmail.com <> | 2006-05-10 09:33:55 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-05-10 09:33:55 +0200 |
commit | 7e37bcbda25c4f776b508c192f38a72cd51b8ea0 (patch) | |
tree | 7df320e9e4dd22313d598ce699c61dbde6d2c49c | |
parent | 59578066a51ec9ef902e9a164d892d5d7e2a34ce (diff) | |
download | bugzilla-7e37bcbda25c4f776b508c192f38a72cd51b8ea0.tar.gz bugzilla-7e37bcbda25c4f776b508c192f38a72cd51b8ea0.tar.xz |
Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error message - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 1af63b179..e12bdf032 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -408,8 +408,8 @@ [% ELSIF error == "fieldvalue_still_has_bugs" %] [% title = "You Cannot Delete This Field Value" %] You cannot delete the value '[% value FILTER html %]' from the - '[% field FILTER html%]' field, because there are still - [% count FILTER html %] [% terms.bugs %] using it. + '[% field FILTER html%]' field, because there are still + [%+ count FILTER html %] [%+ terms.bugs %] using it. [% ELSIF error == "fieldvalue_undefined" %] [% title = "Undefined Value Not Allowed" %] |