--- a/pidgin/plugins/gevolution/gevo-util.c Tue Apr 29 04:05:13 2014 +0530 +++ b/pidgin/plugins/gevolution/gevo-util.c Sun May 04 06:28:56 2014 +0530 @@ -69,12 +69,10 @@ g_list_free(list); list = NULL; - if (purple_blist_get_buddy_list()->root == NULL) - { - list = g_list_append(list, (gpointer)_("Buddies")); - } - else - { + if (purple_blist_get_buddy_list()->root == NULL) { + list = g_list_append(list, + (gpointer)PURPLE_BLIST_DEFAULT_GROUP_NAME); + } else { for (gnode = purple_blist_get_buddy_list()->root; gnode != NULL; gnode = gnode->next)