From: Christopher Date: Fri, 30 Dec 2011 18:59:51 +0000 (+0100) Subject: Bug 465118: The "version_has_bugs" error message is slighly unclear X-Git-Tag: bugzilla-4.3.1~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d5f6e14678d566dd381e14e5f23647235659a9;p=thirdparty%2Fbugzilla.git Bug 465118: The "version_has_bugs" error message is slighly unclear r/a=LpSolit --- diff --git a/template/en/default/admin/versions/confirm-delete.html.tmpl b/template/en/default/admin/versions/confirm-delete.html.tmpl index 39091d5fce..18fbec7438 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 @@

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.

[% ELSE %]