summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanadiae <vanadiae35@gmail.com>2022-03-17 17:30:21 +0100
committerMarge Bot <marge-bot@gnome.org>2022-03-17 17:45:21 +0000
commitc31881ee08e6db1d21b1b3c63ff0c368983d05c4 (patch)
tree9ee07e3950ba2b5b7ff38d16b983171aa5ba11ae
parent6b6e352a06fa3446a0df786bd03e88dddef908a7 (diff)
downloadepiphany-c31881ee08e6db1d21b1b3c63ff0c368983d05c4.tar.gz
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>
-rw-r--r--data/org.gnome.epiphany.gschema.xml10
1 files 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">