[gnome-shell] docs: Use gender-neutral pronouns



commit f752be2bfe76aeb7800d2244cbe2f50b82c60b55
Author: Emily Gonyer <emilyyrose gmail com>
Date:   Sat Nov 13 20:23:48 2021 +0000

    docs: Use gender-neutral pronouns
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2031>

 js/ui/screenShield.js   | 2 +-
 js/ui/status/network.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index 87b79b353d..f18314b649 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -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
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index a67af20656..f20bcb538f 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]