diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2018-03-19 14:34:47 -0400 |
---|---|---|
committer | Jeremy Bicha <jeremy@bicha.net> | 2018-03-24 20:17:16 +0000 |
commit | 5ac87d3f1833c58b46d24fc42e8501c84e6dc9a4 (patch) | |
tree | 71ff29234d9f35102e167c95625a587cb7772901 | |
parent | 8d2ce803e936c697a7b9fac775a4776c97a6cbed (diff) | |
download | gnome-control-center-5ac87d3f1833c58b46d24fc42e8501c84e6dc9a4.tar.gz |
appdata: Add UserDocs & HighContrast kudos
https://github.com/GNOME/gnome-software/blob/master/doc/kudos.md
Closes https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/14
-rw-r--r-- | shell/appdata/gnome-control-center.appdata.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/appdata/gnome-control-center.appdata.xml.in b/shell/appdata/gnome-control-center.appdata.xml.in index f417f8008..7d5aab8ab 100644 --- a/shell/appdata/gnome-control-center.appdata.xml.in +++ b/shell/appdata/gnome-control-center.appdata.xml.in @@ -19,8 +19,10 @@ <kudos> <kudo>AppMenu</kudo> <kudo>HiDpiIcon</kudo> + <kudo>HighContrast</kudo> <kudo>ModernToolkit</kudo> <kudo>SearchProvider</kudo> + <kudo>UserDocs</kudo> </kudos> <translation type="gettext">gnome-control-center-2.0</translation> </component> |