diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-27 01:41:00 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-27 01:41:00 +0100 |
commit | 25a08e37283fc4c0b4689a3da791a7ad5e23a690 (patch) | |
tree | 9f0f67aa7882f89bf0035e4e077092db25f85210 /libcaja-private/org.mate.caja.gschema.xml.in | |
parent | ccb2ddc8fe129cc24759dc673d566583cb3837d5 (diff) | |
download | caja-25a08e37283fc4c0b4689a3da791a7ad5e23a690.tar.bz2 caja-25a08e37283fc4c0b4689a3da791a7ad5e23a690.tar.xz |
Fix internationalization of desktop icons
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 13f808a6..fc8fb5ca 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -368,7 +368,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 l10n="messages" context="computer-icon-name">'Computer'</default> + <default>''</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> @@ -378,12 +378,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 l10n="messages" context="trash-icon-name">'Trash'</default> + <default>''</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 l10n="messages" context="network-icon-name">'Network Servers'</default> + <default>''</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> |