diff options
author | monsta <[email protected]> | 2016-12-06 00:26:20 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-06 00:26:20 +0300 |
commit | 4d8082774cc93c41fc898ce1614abac2b4a719cc (patch) | |
tree | fa868c01ca8f700c5c93a5c799fb5abe3c21509c | |
parent | 123679ff3bd28b7334788e204eb717821e228353 (diff) | |
download | caja-4d8082774cc93c41fc898ce1614abac2b4a719cc.tar.bz2 caja-4d8082774cc93c41fc898ce1614abac2b4a719cc.tar.xz |
schema: capitalize MIME in descriptions
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml b/libcaja-private/org.mate.caja.gschema.xml index 9245e83b..645a3d73 100644 --- a/libcaja-private/org.mate.caja.gschema.xml +++ b/libcaja-private/org.mate.caja.gschema.xml @@ -123,8 +123,8 @@ </key> <key name="install-mime-activation" type="b"> <default>true</default> - <summary>Show the package installer for unknown mime types</summary> - <description>Whether to show the user a package installer dialog in case an unknown mime type is opened, in order to search for an application to handle it.</description> + <summary>Show the package installer for unknown MIME types</summary> + <description>Whether to show the user a package installer dialog in case an unknown MIME type is opened, in order to search for an application to handle it.</description> </key> <key name="mouse-use-extra-buttons" type="b"> <default>true</default> |