]> 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:33:46 +0000 (20:33 +0000)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 4 Mar 2014 20:33:46 +0000 (20:33 +0000)
r=dkl,a=justdave

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

index 9203d103ae95236663dfd41dc02dfef412e6f0ef..34c678e4fe30b36f0c2dd68ce97b8d885647ab42 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 %]