]> git.0d.be Git - empathy.git/commitdiff
rephrase fake favorite group display name
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 10 Mar 2010 07:59:29 +0000 (08:59 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 15 Mar 2010 08:28:42 +0000 (09:28 +0100)
libempathy-gtk/empathy-contact-list-store.h

index a787b837f5a3ede582d4e1d86bd448d4ea19e359..db8f40cd7b993b391e0b7e40dc3cd6ddb768474f 100644 (file)
@@ -68,7 +68,7 @@ typedef enum {
 } EmpathyContactListStoreCol;
 
 #define EMPATHY_CONTACT_LIST_STORE_UNGROUPED _("Ungrouped")
-#define EMPATHY_CONTACT_LIST_STORE_FAVORITE  _("Favorites People")
+#define EMPATHY_CONTACT_LIST_STORE_FAVORITE  _("Favorite People")
 
 struct _EmpathyContactListStore {
        GtkTreeStore parent;