[tracker-miners: 2/3] Add curly quotes around possible values in gschema
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners: 2/3] Add curly quotes around possible values in gschema
- Date: Tue, 11 Aug 2020 13:32:14 +0000 (UTC)
commit e25b2652b14fb07c47217ab591542c4913bf358e
Author: Thibault Martin <mail thibaultmart in>
Date: Tue Aug 11 13:44:48 2020 +0200
Add curly quotes around possible values in gschema
data/org.freedesktop.Tracker.Miner.Files.gschema.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.freedesktop.Tracker.Miner.Files.gschema.xml
b/data/org.freedesktop.Tracker.Miner.Files.gschema.xml
index a005153b3..30f1c6e1c 100644
--- a/data/org.freedesktop.Tracker.Miner.Files.gschema.xml
+++ b/data/org.freedesktop.Tracker.Miner.Files.gschema.xml
@@ -101,8 +101,8 @@ Boston, MA 02110-1301, USA.
are keys used by Tracker. -->
<description>
List of directories to index recursively, Special values include:
- &DESKTOP, &DOCUMENTS, &DOWNLOAD, &MUSIC, &PICTURES,
- &PUBLIC_SHARE, &TEMPLATES, &VIDEOS.
+ ‘&DESKTOP’, ‘&DOCUMENTS’, ‘&DOWNLOAD’, ‘&MUSIC’, ‘&PICTURES’,
+ ‘&PUBLIC_SHARE’, ‘&TEMPLATES’, ‘&VIDEOS’.
See /etc/xdg/user-dirs.defaults and $HOME/.config/user-dirs.default
</description>
@@ -115,8 +115,8 @@ Boston, MA 02110-1301, USA.
are keys used by Tracker. -->
<description>
List of directories to index without inspecting subfolders, Special values include:
- &DESKTOP, &DOCUMENTS, &DOWNLOAD, &MUSIC, &PICTURES,
- &PUBLIC_SHARE, &TEMPLATES, &VIDEOS.
+ ‘&DESKTOP’, ‘&DOCUMENTS’, ‘&DOWNLOAD’, ‘&MUSIC’, ‘&PICTURES’,
+ ‘&PUBLIC_SHARE’, ‘&TEMPLATES’, ‘&VIDEOS’.
See /etc/xdg/user-dirs.defaults and $HOME/.config/user-dirs.default
</description>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]