From d1c7199036cf8006fc1da210c77f7b0787f682fa Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 10 Mar 2010 08:59:29 +0100 Subject: [PATCH] rephrase fake favorite group display name --- libempathy-gtk/empathy-contact-list-store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-contact-list-store.h b/libempathy-gtk/empathy-contact-list-store.h index a787b837..db8f40cd 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; -- 2.39.2