]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365050 - removal notice doesn't use English correctly (lists: =and)
authorMatt Selsky <selsky@columbia.edu>
Tue, 4 Mar 2014 20:35:39 +0000 (20:35 +0000)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 4 Mar 2014 20:35:39 +0000 (20:35 +0000)
r=dkl,a=justdave

template/en/default/global/messages.html.tmpl

index 622e3a690299119aea7493b23c224d6b553caeff..f55ab92a49c83fd76b70282cea077146f74a2a16 100644 (file)
         [% END %]
         [% IF groups_added_to.size %]
           <li>
-            The account has been added to the
+            The account has been added to the following group[% 's' IF groups_added_to.size > 1 %]:
             [%+ groups_added_to.join(', ') FILTER html %]
-            group[% 's' IF groups_added_to.size > 1 %].
           </li>
         [% END %]
         [% IF groups_removed_from.size %]
           <li>
-            The account has been removed from the
+            The account has been removed from the following group[% 's' IF groups_removed_from.size > 1 %]:
             [%+ groups_removed_from.join(', ') FILTER html %]
-            group[% 's' IF groups_removed_from.size > 1 %].
           </li>
         [% END %]
         [% IF groups_granted_rights_to_bless.size %]