diff options
author | monsta <[email protected]> | 2016-01-12 14:48:35 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-12 14:48:35 +0300 |
commit | 95c5645853dea541dd630cabc8ee7850f5d1f6f7 (patch) | |
tree | e55ffd5c304f4b5cebaa0dbc6655b588faa770e4 /data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | |
parent | 509d3708f1c0c35956e214e8ba3d04f8408cd69c (diff) | |
download | mate-settings-daemon-95c5645853dea541dd630cabc8ee7850f5d1f6f7.tar.bz2 mate-settings-daemon-95c5645853dea541dd630cabc8ee7850f5d1f6f7.tar.xz |
correct enable-osd key description
Diffstat (limited to 'data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in index 8185453..88947de 100644 --- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in +++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in @@ -7,8 +7,8 @@ </key> <key name="enable-osd" type="b"> <default>true</default> - <summary>Show notification dialog</summary> - <description>Whether a OSD notification is shown to notify about changes</description> + <summary>Show OSD notification</summary> + <description>Whether an OSD notification is shown to notify about changes</description> </key> <key name="priority" type="i"> <default>98</default> |