diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 19:50:04 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 19:50:04 +0200 |
commit | 4ce75a73f8a69f906a784a7704be7891e7519d81 (patch) | |
tree | 8e4694283757046632b763131b18047a8005740c /libcaja-private/org.mate.caja.gschema.xml.in | |
parent | 1a64f79e50328465453567515ddd62c3ea394662 (diff) | |
download | caja-4ce75a73f8a69f906a784a7704be7891e7519d81.tar.bz2 caja-4ce75a73f8a69f906a784a7704be7891e7519d81.tar.xz |
convert desktop preferences to gsettings
Diffstat (limited to 'libcaja-private/org.mate.caja.gschema.xml.in')
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in index 35df20ec..a7f608e5 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -391,7 +391,7 @@ <_description>If this is set to true, an icon linking to the Network Servers view will be put on the desktop.</_description> </key> <key name="computer-icon-name" type="s"> - <default>''</default> + <default l10n="messages" context="computer-icon-name">'Computer'</default> <_summary>Desktop computer icon name</_summary> <_description>This name can be set if you want a custom name for the computer icon on the desktop.</_description> </key> @@ -401,12 +401,12 @@ <_description>This name can be set if you want a custom name for the home icon on the desktop.</_description> </key> <key name="trash-icon-name" type="s"> - <default>''</default> + <default l10n="messages" context="trash-icon-name">'Trash'</default> <_summary>Desktop trash icon name</_summary> <_description>This name can be set if you want a custom name for the trash icon on the desktop.</_description> </key> <key name="network-icon-name" type="s"> - <default>''</default> + <default l10n="messages" context="network-icon-name">'Network Servers'</default> <_summary>Network servers icon name</_summary> <_description>This name can be set if you want a custom name for the network servers icon on the desktop.</_description> </key> |