[epiphany] gschema: Make the description of the search-engine-providers key full sentences



commit c31881ee08e6db1d21b1b3c63ff0c368983d05c4
Author: vanadiae <vanadiae35 gmail com>
Date:   Thu Mar 17 17:30:21 2022 +0100

    gschema: Make the description of the search-engine-providers key full sentences
    
    The newlines aren't kept by either dconf/gsettings or gettext, so what looks
    like a list in the XML actually appears as a single line with - between items.
    This isn't super nice, so let's make the list use sentences instead of a list.
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1091>

 data/org.gnome.epiphany.gschema.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 7fcac67b3..5925672c9 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -59,10 +59,12 @@
                                ]
                        ]]></default>
                        <summary>List of the search engines.</summary>
-                       <description>List of the search engines. It is an array of vardicts with each vardict 
corresponding to a search engine, and with the following supported keys:
-                               - name: The name of the search engine
-                               - url: The search URL with the search term replaced with %s.
-                               - bang: The "bang" (shortcut word) of the search engine
+                       <description>
+                         List of the search engines. It is an array of vardicts with each
+                         vardict corresponding to a search engine, and with the following
+                         supported keys: "name" is the name of the search engine. "url" is
+                         the search URL with the search term replaced with %s. "bang" is the
+                         bang (shortcut word) of the search engine.
                        </description>
                </key>
                <key type="b" name="use-google-search-suggestions">


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