Mercurial > pidgin
changeset 7880:c5a4d1863425
[gaim-migrate @ 8534]
I have bested you with my carabiner of tragic perfection!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 15 Dec 2003 00:04:37 +0000 |
parents | f9df510460d7 |
children | e2435504d19c |
files | src/gtkconv.c src/protocols/oscar/oscar.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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, "<Separator>" }, - { N_("/Conversation/Find..."), NULL, menu_find_cb, 0, "<StockItem>", GTK_STOCK_FIND }, + { N_("/Conversation/_Find..."), NULL, menu_find_cb, 0, "<StockItem>", GTK_STOCK_FIND }, { N_("/Conversation/View _Log"), NULL, menu_view_log_cb, 0, NULL }, { N_("/Conversation/_Save As..."), NULL, menu_save_as_cb, 0, "<StockItem>", GTK_STOCK_SAVE_AS },
--- 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);