From 8256d4e7716f777523a7fe0cd4b922624d5f9480 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 4 Mar 2014 20:33:46 +0000 Subject: Bug 365050 - removal notice doesn't use English correctly (lists: =and) r=dkl,a=justdave --- template/en/default/global/messages.html.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 9203d103a..34c678e4f 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -58,16 +58,14 @@ [% END %] [% IF groups_added_to.size %]
  • - 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 %].
  • [% END %] [% IF groups_removed_from.size %]
  • - 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 %].
  • [% END %] [% IF groups_granted_rights_to_bless.size %] -- cgit v1.2.3-24-g4f1b