diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-09-30 18:33:24 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-09-30 18:33:24 +0200 |
commit | 7c0011ca399c6e1813681299fd624349878d43ba (patch) | |
tree | 1a0d1338e121d3fb6ad9e7eacc8fa06f7bcba2c1 /data | |
parent | 042f75b21857208680d3c3751dc5a9e755c8418a (diff) | |
download | gnome-settings-daemon-7c0011ca399c6e1813681299fd624349878d43ba.tar.gz |
media-keys: Remove translations from new GSettings key
No new translations in GNOME 3.10 without a string freeze break request.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in index 822ee0cf..68926cb6 100644 --- a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in +++ b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in @@ -182,8 +182,8 @@ </key> <key name="max-screencast-length" type="u"> <default>30</default> - <_summary>Maximum length of screen recordings</_summary> - <_description>The maximum length of single screen cast recordings in seconds or 0 for unlimited</_description> + <summary>Maximum length of screen recordings</summary> + <description>The maximum length of single screen cast recordings in seconds or 0 for unlimited</description> </key> </schema> |