# HG changeset patch # User Mark Doliner # Date 1071446677 0 # Node ID c5a4d1863425ca666f6ad134eb1e29c36c7bfecf # Parent f9df510460d716c407ab4f6e1469718f6e82e207 [gaim-migrate @ 8534] I have bested you with my carabiner of tragic perfection! committer: Tailor Script diff -r f9df510460d7 -r c5a4d1863425 src/gtkconv.c --- a/src/gtkconv.c Sun Dec 14 23:59:14 2003 +0000 +++ b/src/gtkconv.c Mon Dec 15 00:04:37 2003 +0000 @@ -2896,7 +2896,7 @@ { "/Conversation/sep0", NULL, NULL, 0, "" }, - { N_("/Conversation/Find..."), NULL, menu_find_cb, 0, "", GTK_STOCK_FIND }, + { N_("/Conversation/_Find..."), NULL, menu_find_cb, 0, "", GTK_STOCK_FIND }, { N_("/Conversation/View _Log"), NULL, menu_view_log_cb, 0, NULL }, { N_("/Conversation/_Save As..."), NULL, menu_save_as_cb, 0, "", GTK_STOCK_SAVE_AS }, diff -r f9df510460d7 -r c5a4d1863425 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sun Dec 14 23:59:14 2003 +0000 +++ b/src/protocols/oscar/oscar.c Mon Dec 15 00:04:37 2003 +0000 @@ -6558,13 +6558,13 @@ m = g_list_append(m, pam); pam = g_new0(struct proto_actions_menu, 1); - pam->label = _("Display Current Registered Address"); + pam->label = _("Display Currently Registered Address"); pam->callback = oscar_show_email; pam->gc = gc; m = g_list_append(m, pam); pam = g_new0(struct proto_actions_menu, 1); - pam->label = _("Change Current Registered Address..."); + pam->label = _("Change Currently Registered Address..."); pam->callback = oscar_show_change_email; pam->gc = gc; m = g_list_append(m, pam);