From d0308956b71eac546865487bf50c328456471b27 Mon Sep 17 00:00:00 2001 From: Charlie Somerville Date: Thu, 27 Feb 2014 09:48:50 +0100 Subject: Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns r=gerv a=justdave --- editflagtypes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editflagtypes.cgi') diff --git a/editflagtypes.cgi b/editflagtypes.cgi index c52bab717..73ef1e528 100755 --- a/editflagtypes.cgi +++ b/editflagtypes.cgi @@ -67,7 +67,7 @@ if (my ($category_action) = grep { $_ =~ /^categoryAction-(?:\w+)$/ } $cgi->para my @categories; if ($category_action =~ /^(in|ex)clude$/) { if (!$user->in_group('editcomponents') && !$product) { - # The user can only add the flag type to products he can administrate. + # The user can only add the flag type to products they can administrate. foreach my $prod (@products) { push(@categories, $prod->id . ':0') } -- cgit v1.2.3-24-g4f1b