diff options
author | monsta <[email protected]> | 2016-06-23 16:38:13 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-06-23 16:38:13 +0300 |
commit | 121517e184d90c7f36e6431f92bb778ba229c010 (patch) | |
tree | 08f4329b1c10e905a6105e425282bba2a43e348d /data | |
parent | e79e51d421e475e9236f36fd1702298d5710c463 (diff) | |
download | atril-121517e184d90c7f36e6431f92bb778ba229c010.tar.bz2 atril-121517e184d90c7f36e6431f92bb778ba229c010.tar.xz |
schema: some corrections and a typo fix
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.Atril.gschema.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index 439d11e7..e3d32c42 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -14,16 +14,16 @@ </key> <key name="auto-reload" type="b"> <default>true</default> - <summary>Automatically reload then document</summary> - <description>The document is automatically reloaded on file change.</description> + <summary>Automatically reload the document</summary> + <description>Whether the document is automatically reloaded on file change.</description> </key> <key name="document-directory" type="ms"> <default>nothing</default> - <summary>The URI of the directory last used to open or save a document</summary> + <summary>The URI of the directory last used to open or save a document.</summary> </key> <key name="pictures-directory" type="ms"> <default>nothing</default> - <summary>The URI of the directory last used to save a picture</summary> + <summary>The URI of the directory last used to save a picture.</summary> </key> <key name="page-cache-size" type="u"> <default>50</default> |