[gnome-shell/wip/hadess/gsettings-key-grammar] data: Fix grammar and wording in new GSettings key




commit 710eca8f6b051bd0f5f11a32ad7ab83b59cbffa8
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 5 15:33:00 2021 +0100

    data: Fix grammar and wording in new GSettings key
    
    The description for the 'welcome-dialog-last-shown-version' key
    must have been written quite late in the day, as it's full of grammar
    mistakes and typos.
    *sips coffee*
    I can say that, because I wrote it.
    *sips coffee*
    Anyway, that might be a bit better.
    
    *sips coffee* and Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1641

 data/org.gnome.shell.gschema.xml.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in
index 55817e8797..18393aff30 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -98,10 +98,10 @@
       <default>''</default>
       <summary>The last version the “Welcome to GNOME” dialogue was shown for</summary>
       <description>
-        This key determines when the “Welcome to GNOME” dialog was last shown for.
-        An empty string represents the oldest possible version, and huge number will
-        represents versions that do not exist yet, and should be used to disable the
-        dialogue should that be needed.
+        This key determines for which version the “Welcome to GNOME” dialog was
+        last shown. An empty string represents the oldest possible version, and
+        huge number will represent versions that do not exist yet. This huge
+        number can be used to effectively disable the dialogue.
       </description>
     </key>
     <key name="introspect" type="b">


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