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 /template/en/default/admin | |
parent | 684499b0d3c75cb498af82e6df4da84c10658e32 (diff) | |
download | bugzilla-d0308956b71eac546865487bf50c328456471b27.tar.gz bugzilla-d0308956b71eac546865487bf50c328456471b27.tar.xz |
Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns
r=gerv a=justdave
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/confirm-action.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/params/auth.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/admin/params/query.html.tmpl | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/admin/confirm-action.html.tmpl b/template/en/default/admin/confirm-action.html.tmpl index b6a21811b..6dda0d014 100644 --- a/template/en/default/admin/confirm-action.html.tmpl +++ b/template/en/default/admin/confirm-action.html.tmpl @@ -12,7 +12,7 @@ # expected_action: the action the user was going to do. # script_name: the script generating this warning. # alternate_script: the suggested script to redirect the user to - # if he declines submission. + # if they decline submission. #%] [% PROCESS global/header.html.tmpl diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index 175e0c08f..bf8539b87 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -84,8 +84,8 @@ </li> <li> defaulton/defaultoff - Default behavior as described - above, but user can choose whether Bugzilla will remember his - login or not. + above, but user can choose whether Bugzilla will + remember their login or not. </li> </ul>", diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index fb26f3471..85aaae500 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -43,8 +43,8 @@ "parameter permits to block the execution of queries with no criteria. " _ "When turned off, a query must have some criteria specified to limit " _ "the number of $terms.bugs returned to the user. When turned on, a user " _ - "is allowed to run a query with no criteria and get all $terms.bugs he can " _ - "see in his list. Turning this parameter on is not recommended on large " _ + "is allowed to run a query with no criteria and get all $terms.bugs they can " _ + "see in their list. Turning this parameter on is not recommended on large " _ "installations.", default_search_limit => |