diff options
-rw-r--r-- | libempathy-gtk/empathy-contact-list-store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h index a787b837f..db8f40cd7 100644 --- a/libempathy-gtk/empathy-contact-list-store.h +++ b/libempathy-gtk/empathy-contact-list-store.h @@ -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; |