From 85e5ade1f6c54dfac5d45011c299e49bf21a1bdb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 5 Nov 2009 11:26:22 +0000 Subject: contact-menu: rename "View Previous Conversations" menu entry to "Previous Conversations" This label was too long and looked weird comparing of the other entries of this menu. Futhermore, the same entry in the "View" menu is called "Previous Conversations". --- libempathy-gtk/empathy-contact-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index 070d91267..d261d5554 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -321,7 +321,7 @@ empathy_contact_log_menu_item_new (EmpathyContact *contact) FALSE); g_object_unref (manager); - item = gtk_image_menu_item_new_with_mnemonic (_("_View Previous Conversations")); + item = gtk_image_menu_item_new_with_mnemonic (_("_Previous Conversations")); image = gtk_image_new_from_icon_name (EMPATHY_IMAGE_LOG, GTK_ICON_SIZE_MENU); gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image); -- cgit v1.2.3