Mercurial > pidgin.yaz
changeset 20177:c9a5a2edda7c
Change other references to Add/Edit
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 19 Sep 2007 06:06:52 +0000 |
parents | eaf1747d8e37 |
children | a9022965162b |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Wed Sep 19 05:57:40 2007 +0000 +++ b/pidgin/gtkblist.c Wed Sep 19 06:06:52 2007 +0000 @@ -4616,7 +4616,7 @@ tmp = g_strdup_printf(_("<span weight='bold' size='larger'>Welcome to %s!</span>\n\n" "You have no accounts enabled. Enable your IM accounts from the " - "<b>Accounts</b> window at <b>Accounts->Add/Edit</b>. Once you " + "<b>Accounts</b> window at <b>Accounts->Manage</b>. Once you " "enable accounts, you'll be able to sign on, set your status, " "and talk to your friends."), PIDGIN_NAME); pretty = pidgin_make_pretty_arrows(tmp); @@ -6882,7 +6882,7 @@ for (l = gtk_container_get_children(GTK_CONTAINER(accountmenu)); l; l = g_list_delete_link(l, l)) { menuitem = l->data; - if (menuitem != gtk_item_factory_get_widget(gtkblist->ift, N_("/Accounts/Add\\/Edit"))) + if (menuitem != gtk_item_factory_get_widget(gtkblist->ift, N_("/Accounts/Manage"))) gtk_widget_destroy(menuitem); }