]> git.0d.be Git - empathy.git/commitdiff
contact-menu: rename "View Previous Conversations" menu entry to "Previous Conversations"
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 5 Nov 2009 11:26:22 +0000 (11:26 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 5 Nov 2009 11:51:40 +0000 (11:51 +0000)
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

index 070d91267219e79c1c19143de8b9e35c89bc342d..d261d5554cb1fa76c823bf97bc5cef883e18eb21 100644 (file)
@@ -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);