diff options
author | monsta <[email protected]> | 2016-12-06 00:22:01 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-06 00:23:36 +0300 |
commit | 123679ff3bd28b7334788e204eb717821e228353 (patch) | |
tree | 2a128c363cc98a508077f7ea679ef5f68afd4835 /libcaja-private | |
parent | aa7af8673a3d894fc99a00d1a30ea57f44e3e1c5 (diff) | |
download | caja-123679ff3bd28b7334788e204eb717821e228353.tar.bz2 caja-123679ff3bd28b7334788e204eb717821e228353.tar.xz |
schema: add missing capitalization of Caja
Diffstat (limited to 'libcaja-private')
-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 0f84f4ec..9245e83b 100644 --- a/libcaja-private/org.mate.caja.gschema.xml +++ b/libcaja-private/org.mate.caja.gschema.xml @@ -77,7 +77,7 @@ <key name="exit-with-last-window" type="b"> <default>false</default> <summary>Caja will exit when last window destroyed.</summary> - <description>If set to true, then Caja will exit when all windows are destroyed. This is the default setting. If set to false, it can be started without any window, so caja can serve as a daemon to monitor media automount, or similar tasks.</description> + <description>If set to true, then Caja will exit when all windows are destroyed. This is the default setting. If set to false, it can be started without any window, so Caja can serve as a daemon to monitor media automount, or similar tasks.</description> </key> <key name="always-use-browser" type="b"> <default>true</default> @@ -244,7 +244,7 @@ <key name="show-notifications" type="b"> <default>true</default> <summary>Whether to show desktop notifications</summary> - <description>If set to true, caja will show desktop notifications for eject events</description> + <description>If set to true, Caja will show desktop notifications for eject events</description> </key> </schema> |