aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2020-08-20 09:45:37 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-20 14:38:04 +0200
commitaca92b39f32f0d850f5a74b79591a587273c2168 (patch)
treea7362de46218e265be4adfb2c116a160091570a6 /data
parent3fbc05dc4cbf564644f2500508e642eb80f07264 (diff)
downloadayatana-indicator-notifications-aca92b39f32f0d850f5a74b79591a587273c2168.tar.gz
ayatana-indicator-notifications-aca92b39f32f0d850f5a74b79591a587273c2168.tar.bz2
ayatana-indicator-notifications-aca92b39f32f0d850f5a74b79591a587273c2168.zip
Rename blacklist to filter-list.
Diffstat (limited to 'data')
-rw-r--r--data/org.ayatana.indicator.notifications.gschema.xml.in.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/org.ayatana.indicator.notifications.gschema.xml.in.in b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
index 7c01fee..280cc2b 100644
--- a/data/org.ayatana.indicator.notifications.gschema.xml.in.in
+++ b/data/org.ayatana.indicator.notifications.gschema.xml.in.in
@@ -1,13 +1,13 @@
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.ayatana.indicator.notifications" path="/org/ayatana/indicator/notifications/">
- <key name="blacklist" type="as">
+ <key name="filter-list" type="as">
<default>[]</default>
<_summary>Discard notifications by application name</_summary>
- <_description>If an application name is in the blacklist, all notifications matching the application name will be discarded.</_description>
+ <_description>If an application name is in the filter list, all notifications matching the application name will be discarded.</_description>
</key>
- <key name="blacklist-hints" type="as">
+ <key name="filter-list-hints" type="as">
<default>[]</default>
- <summary>Recent application names to suggest for the blacklist</summary>
+ <summary>Recent application names to suggest for the filter list</summary>
<description>Keeps track of recent application names so we can suggest them in the settings.</description>
</key>
<key name="clear-on-middle-click" type="b">