diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-25 22:48:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-25 23:09:55 +0800 |
commit | aebe89309d1e0296a736db5f7c51028ac21c9a71 (patch) | |
tree | cc1d8f9928f6f9c73ab4ec2315c00686cc1aaf20 | |
parent | 7fd14c14a0642b07b3bf7144429e8fc2b806715c (diff) | |
download | gsoc2013-empathy-aebe89309d1e0296a736db5f7c51028ac21c9a71.tar gsoc2013-empathy-aebe89309d1e0296a736db5f7c51028ac21c9a71.tar.gz gsoc2013-empathy-aebe89309d1e0296a736db5f7c51028ac21c9a71.tar.bz2 gsoc2013-empathy-aebe89309d1e0296a736db5f7c51028ac21c9a71.tar.lz gsoc2013-empathy-aebe89309d1e0296a736db5f7c51028ac21c9a71.tar.xz gsoc2013-empathy-aebe89309d1e0296a736db5f7c51028ac21c9a71.tar.zst gsoc2013-empathy-aebe89309d1e0296a736db5f7c51028ac21c9a71.zip |
org.gnome.Empathy.gschema.xml.in: fix sort-criterium's description
https://bugzilla.gnome.org/show_bug.cgi?id=668663
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index f3975fce2..02020e7e2 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -93,7 +93,7 @@ present them to the user immediately.</_description> <key name="sort-criterium" type="s"> <default>'state'</default> <_summary>Contact list sort criterion</_summary> - <_description>Which criterion to use when sorting the contact list. Default is to sort by the contact's name with the value "name". A value of "state" will sort the contact list by state.</_description> + <_description>Which criterion to use when sorting the contact list. Default is to sort by the contact's state with the value "state". A value of "name" will sort the contact list by name.</_description> </key> </schema> <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/"> |