diff options
author | Charlie Somerville <charlie@charliesomerville.com> | 2014-02-27 09:48:50 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-27 09:48:50 +0100 |
commit | d0308956b71eac546865487bf50c328456471b27 (patch) | |
tree | a33825be09176ca0a20cdb6fc669eb5d70a0b18c /token.cgi | |
parent | 684499b0d3c75cb498af82e6df4da84c10658e32 (diff) | |
download | bugs-d0308956b71eac546865487bf50c328456471b27.tar bugs-d0308956b71eac546865487bf50c328456471b27.tar.gz bugs-d0308956b71eac546865487bf50c328456471b27.tar.bz2 bugs-d0308956b71eac546865487bf50c328456471b27.tar.xz bugs-d0308956b71eac546865487bf50c328456471b27.zip |
Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns
r=gerv a=justdave
Diffstat (limited to 'token.cgi')
-rwxr-xr-x | token.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -314,11 +314,11 @@ sub confirm_create_account { # Now delete this token. delete_token($token); - # Let the user know that his user account has been successfully created. + # Let the user know that their user account has been successfully created. $vars->{'message'} = 'account_created'; $vars->{'otheruser'} = $otheruser; - # Log in the new user using credentials he just gave. + # Log in the new user using credentials they just gave. $cgi->param('Bugzilla_login', $otheruser->login); $cgi->param('Bugzilla_password', $password); Bugzilla->login(LOGIN_OPTIONAL); |