diff options
author | monsta <[email protected]> | 2016-12-05 23:59:27 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-05 23:59:27 +0300 |
commit | 26bdb282d804041a95046bff03f60055924eef20 (patch) | |
tree | 23421b65e0a32e3832a9d4d5cd0fd2188880af47 /data | |
parent | 20087b0ff50fc0a64009f2456ab18063f7061e31 (diff) | |
download | engrampa-26bdb282d804041a95046bff03f60055924eef20.tar.bz2 engrampa-26bdb282d804041a95046bff03f60055924eef20.tar.xz |
schema: a few corrections
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.engrampa.gschema.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/org.mate.engrampa.gschema.xml.in b/data/org.mate.engrampa.gschema.xml.in index 8b416e9..5c86a15 100644 --- a/data/org.mate.engrampa.gschema.xml.in +++ b/data/org.mate.engrampa.gschema.xml.in @@ -70,7 +70,7 @@ </key> <key name="use-mime-icons" type="b"> <default>true</default> - <summary>Use mime icons</summary> + <summary>Use MIME icons</summary> <description>if TRUE will display icons depending on the file type (slower), otherwise will use always the same icon for all files (faster).</description> </key> <key name="name-column-width" type="i"> @@ -114,12 +114,12 @@ <key name="editors" type="as"> <default>[]</default> <summary>Editors</summary> - <description>List of applications entered in the Open file dialog and not associated with the file type.</description> + <description>List of applications entered in the Open file dialog and not associated with the file type.</description> </key> <key name="compression-level" enum="org.mate.engrampa.compression-level"> <default>'normal'</default> <summary>Compression level</summary> - <description>Compression level used when adding files to an archive. Possible values : very_fast, fast, normal, maximum.</description> + <description>Compression level used when adding files to an archive. Possible values: very_fast, fast, normal, maximum.</description> </key> <key name="encrypt-header" type="b"> <default>false</default> |