diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-22 17:43:51 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-22 17:57:55 +0800 |
commit | 605f872bdc6cc6a1d9534c98054df66e8b6fc964 (patch) | |
tree | be0c77e8e9002dd93c4fecbd0fc34299e2abb273 /data | |
parent | 77f0cc320bf9e0582c3e94bc956e62dfac546db0 (diff) | |
download | gsoc2013-empathy-605f872bdc6cc6a1d9534c98054df66e8b6fc964.tar gsoc2013-empathy-605f872bdc6cc6a1d9534c98054df66e8b6fc964.tar.gz gsoc2013-empathy-605f872bdc6cc6a1d9534c98054df66e8b6fc964.tar.bz2 gsoc2013-empathy-605f872bdc6cc6a1d9534c98054df66e8b6fc964.tar.lz gsoc2013-empathy-605f872bdc6cc6a1d9534c98054df66e8b6fc964.tar.xz gsoc2013-empathy-605f872bdc6cc6a1d9534c98054df66e8b6fc964.tar.zst gsoc2013-empathy-605f872bdc6cc6a1d9534c98054df66e8b6fc964.zip |
add translator comment for the sanity-cleaning-number key
https://bugzilla.gnome.org/show_bug.cgi?id=672608
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index 8901d2138..c1ac758e6 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -30,6 +30,7 @@ </key> <key name="sanity-cleaning-number" type="u"> <default>0</default> + <!-- translators: Automatic tasks which are run once to port/update account settings. Ideally, this shouldn't be exposed to users at all, we just use a gsettings key here as an optimization to only run it only once. --> <_summary>Magic number used to check if sanity cleaning tasks should be run</_summary> <_description>empathy-sanity-cleaning.c uses this number to check if the cleaning tasks should be executed or not. Users should not change this key manually.</_description> </key> |