aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-05 19:26:22 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-05 19:51:40 +0800
commit85e5ade1f6c54dfac5d45011c299e49bf21a1bdb (patch)
tree3ee0242f446edbd3f9d265ff6ef8f9e50a2aaf87
parent489c8957f4edc936eb9ee1bf31cd14220959c2d8 (diff)
downloadgsoc2013-empathy-85e5ade1f6c54dfac5d45011c299e49bf21a1bdb.tar
gsoc2013-empathy-85e5ade1f6c54dfac5d45011c299e49bf21a1bdb.tar.gz
gsoc2013-empathy-85e5ade1f6c54dfac5d45011c299e49bf21a1bdb.tar.bz2
gsoc2013-empathy-85e5ade1f6c54dfac5d45011c299e49bf21a1bdb.tar.lz
gsoc2013-empathy-85e5ade1f6c54dfac5d45011c299e49bf21a1bdb.tar.xz
gsoc2013-empathy-85e5ade1f6c54dfac5d45011c299e49bf21a1bdb.tar.zst
gsoc2013-empathy-85e5ade1f6c54dfac5d45011c299e49bf21a1bdb.zip
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".
-rw-r--r--libempathy-gtk/empathy-contact-menu.c2
1 files changed, 1 insertions, 1 deletions
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);