diff options
author | Christopher <chtrom@gmail.com> | 2011-12-30 19:59:51 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-30 19:59:51 +0100 |
commit | 21d5f6e14678d566dd381e14e5f23647235659a9 (patch) | |
tree | 66972dd261f53ed75b99fac35275ebb983777d7c /template | |
parent | 2d792a108434d9ea59ebf75ae09fb69cbab6fb71 (diff) | |
download | bugzilla-21d5f6e14678d566dd381e14e5f23647235659a9.tar.gz bugzilla-21d5f6e14678d566dd381e14e5f23647235659a9.tar.xz |
Bug 465118: The "version_has_bugs" error message is slighly unclear
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/versions/confirm-delete.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/versions/confirm-delete.html.tmpl b/template/en/default/admin/versions/confirm-delete.html.tmpl index 39091d5fc..18fbec743 100644 --- a/template/en/default/admin/versions/confirm-delete.html.tmpl +++ b/template/en/default/admin/versions/confirm-delete.html.tmpl @@ -68,19 +68,19 @@ <p> Sorry, there [% IF version.bug_count > 1 %] - are [% version.bug_count FILTER none %] [%+ terms.bugs %] + are [% version.bug_count FILTER none %] outstanding [% terms.bugs %] [% ELSE %] - is [% version.bug_count FILTER none %] [%+ terms.bug %] + is [% version.bug_count FILTER none %] outstanding [% terms.bug %] [% END %] - outstanding for this version. You must move + for this version. You must move [% IF version.bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] - to another version before you can delete this one. + to another version before this version can be deleted. </p> [% ELSE %] |