diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-02 01:00:47 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-02 01:00:47 +0200 |
commit | 5064f93879706df73c8ce9fa6c5ae4b74cdad37c (patch) | |
tree | a9a350040fbb76bcf4aacf1b0a97082fcd6a392b /data | |
parent | 3be92767b85acabf1f30e010cca425d322b89de2 (diff) | |
parent | 74afe20a5373c92718731e205008c1d2c55fc47c (diff) | |
download | mate-power-manager-5064f93879706df73c8ce9fa6c5ae4b74cdad37c.tar.bz2 mate-power-manager-5064f93879706df73c8ce9fa6c5ae4b74cdad37c.tar.xz |
Merge branch 'dev-gnome-keyring'
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.power-manager.gschema.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/org.mate.power-manager.gschema.xml.in b/data/org.mate.power-manager.gschema.xml.in index dcd2cd4..adecce0 100644 --- a/data/org.mate.power-manager.gschema.xml.in +++ b/data/org.mate.power-manager.gschema.xml.in @@ -183,13 +183,13 @@ </key> <key name="lock-keyring-suspend" type="b"> <default>false</default> - <_summary>Lock MATE keyring on sleep</_summary> - <_description>Whether the MATE keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume.</_description> + <_summary>Lock GNOME keyring on sleep</_summary> + <_description>Whether the GNOME keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume.</_description> </key> <key name="lock-keyring-hibernate" type="b"> <default>true</default> - <_summary>Lock MATE keyring on sleep</_summary> - <_description>Whether the MATE keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume.</_description> + <_summary>Lock GNOME keyring on sleep</_summary> + <_description>Whether the GNOME keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume.</_description> </key> <key name="spindown-enable-ac" type="b"> <default>false</default> |