diff options
author | Clement Lefebvre <[email protected]> | 2015-11-20 14:49:38 +0000 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-11-20 14:51:44 +0000 |
commit | 88d2ff05f2a5f4c31a8012290ab3ef671d3b48a6 (patch) | |
tree | 150b2d3da91989018da47cd85a200ea9e55a1bca | |
parent | ca2012998d187defac1079e1a8976e46c8b0c69e (diff) | |
download | caja-88d2ff05f2a5f4c31a8012290ab3ef671d3b48a6.tar.bz2 caja-88d2ff05f2a5f4c31a8012290ab3ef671d3b48a6.tar.xz |
Don't translate default font value in gsettings schema
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml b/libcaja-private/org.mate.caja.gschema.xml index 8492c1ff..0668d584 100644 --- a/libcaja-private/org.mate.caja.gschema.xml +++ b/libcaja-private/org.mate.caja.gschema.xml @@ -343,7 +343,7 @@ <schema id="org.mate.caja.desktop" path="/org/mate/caja/desktop/" gettext-domain="caja"> <key name="font" type="s"> - <default l10n="messages" context="desktop-font">'Sans 10'</default> + <default>'Sans 10'</default> <summary>Desktop font</summary> <description>The font description used for the icons on the desktop.</description> </key> |