diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-23 01:46:09 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-23 01:46:09 -0700 |
commit | 74afe20a5373c92718731e205008c1d2c55fc47c (patch) | |
tree | cf5ae8522343cb3bbe8bb8b2c6ddabf7e1294c13 /data/org.mate.power-manager.gschema.xml.in | |
parent | 6ebb90a3029238c6d57fc67fd3ba2d2fbc4065a8 (diff) | |
parent | 46af2e42fde98dc58d735887688c70ae2a3d83cd (diff) | |
download | mate-power-manager-74afe20a5373c92718731e205008c1d2c55fc47c.tar.bz2 mate-power-manager-74afe20a5373c92718731e205008c1d2c55fc47c.tar.xz |
Merge pull request #65 from NiceandGently/dev-gnome-keyring
switch to gnome-keyring
Diffstat (limited to 'data/org.mate.power-manager.gschema.xml.in')
-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> |