aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-10 15:59:29 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 16:28:42 +0800
commitd1c7199036cf8006fc1da210c77f7b0787f682fa (patch)
treec0bc9911f77a5604b2401a1a542653c1666c0d64
parent2b8caddf10e90935b10748ea8c48e462bfc686ab (diff)
downloadgsoc2013-empathy-d1c7199036cf8006fc1da210c77f7b0787f682fa.tar
gsoc2013-empathy-d1c7199036cf8006fc1da210c77f7b0787f682fa.tar.gz
gsoc2013-empathy-d1c7199036cf8006fc1da210c77f7b0787f682fa.tar.bz2
gsoc2013-empathy-d1c7199036cf8006fc1da210c77f7b0787f682fa.tar.lz
gsoc2013-empathy-d1c7199036cf8006fc1da210c77f7b0787f682fa.tar.xz
gsoc2013-empathy-d1c7199036cf8006fc1da210c77f7b0787f682fa.tar.zst
gsoc2013-empathy-d1c7199036cf8006fc1da210c77f7b0787f682fa.zip
rephrase fake favorite group display name
-rw-r--r--libempathy-gtk/empathy-contact-list-store.h2
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;