docs: Use gender-neutral pronouns

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2031>
This commit is contained in:
Emily Gonyer 2021-11-13 20:23:48 +00:00 committed by Florian Müllner
parent ab5977713b
commit f752be2bfe
2 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ var ScreenShield = class {
// We could not become modal, so we can't activate the
// screenshield. The user is probably very upset at this
// point, but any application using global grabs is broken
// Just tell him to stop using this app
// Just tell them to stop using this app
//
// XXX: another option is to kick the user into the gdm login
// screen, where we're not affected by grabs

View File

@ -2085,7 +2085,7 @@ class Indicator extends PanelMenu.SystemIndicator {
if (result == PortalHelperResult.CANCELLED) {
// Keep the connection in the queue, so the user is not
// spammed with more logins until we next flush the queue,
// which will happen once he chooses a better connection
// which will happen once they choose a better connection
// or we get to full connectivity through other means
} else if (result == PortalHelperResult.COMPLETED) {
this._closeConnectivityCheck(path);