diff options
Diffstat (limited to 'data/org.mate.engrampa.gschema.xml.in')
-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> |