[gnome-contacts] GSettings: use past tense for did-initial-setup.



commit f7b463b49951c6ceb616c7f22abdf6bae98249a5
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Dec 23 11:38:37 2017 +0100

    GSettings: use past tense for did-initial-setup.
    
    Thanks to Anders Jonsson for pointing out this error.
    
    See [bug 762768](https://bugzilla.gnome.org/show_bug.cgi?id=762768).

 src/org.gnome.Contacts.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/org.gnome.Contacts.gschema.xml b/src/org.gnome.Contacts.gschema.xml
index 701ec64..568e6ce 100644
--- a/src/org.gnome.Contacts.gschema.xml
+++ b/src/org.gnome.Contacts.gschema.xml
@@ -3,7 +3,7 @@
     <key name="did-initial-setup" type="b">
       <default>false</default>
       <summary>First-time setup done.</summary>
-      <description>Set to true when the user ran the first-time setup wizard.</description>
+      <description>Set to true after the user has run the first-time setup wizard.</description>
     </key>
   </schema>
 </schemalist>


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