diff options
author | monsta <[email protected]> | 2016-06-23 16:38:13 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-09 21:43:43 +0300 |
commit | afbca509b3c99255123786259664d970c3b81b64 (patch) | |
tree | 62c0046de16830bb6d0c41d4e9c9e3d56a931e8b | |
parent | cc07f2056a909d80a3338b4a808427289bad8883 (diff) | |
download | atril-afbca509b3c99255123786259664d970c3b81b64.tar.bz2 atril-afbca509b3c99255123786259664d970c3b81b64.tar.xz |
schema: some corrections and a typo fix
-rw-r--r-- | data/org.mate.Atril.gschema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index d582018e..c57c60fb 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -14,8 +14,8 @@ </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="page-cache-size" type="u"> <default>50</default> |