diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-02-13 22:40:07 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-02-13 22:40:07 +0800 |
commit | a547d17bf9d17402193da24324f97edbdf2bc9ff (patch) | |
tree | 06fdfed2ff2d8a0a6572571dabf7130a0cdc50c7 /data | |
parent | 01484c573c67c69fac8c105d6664a1484e27305b (diff) | |
download | gsoc2013-evolution-a547d17bf9d17402193da24324f97edbdf2bc9ff.tar.gz gsoc2013-evolution-a547d17bf9d17402193da24324f97edbdf2bc9ff.tar.zst gsoc2013-evolution-a547d17bf9d17402193da24324f97edbdf2bc9ff.zip |
Clarify that value for mark-seen-timeout is in milliseconds
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index 43b3ea7821..8161a482d3 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -222,8 +222,8 @@ </key> <key name="mark-seen-timeout" type="i"> <default>1500</default> - <_summary>Timeout for marking message as seen</_summary> - <_description>Timeout for marking message as seen.</_description> + <_summary>Timeout for marking messages as seen</_summary> + <_description>Timeout in milliseconds for marking messages as seen.</_description> </key> <key name="show-email" type="b"> <default>false</default> |