Mercurial > pidgin
changeset 2134:6641141234b7
[gaim-migrate @ 2144]
i've learned not to complain.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 08 Aug 2001 16:43:21 +0000 |
parents | 8dec90cbffb7 |
children | 1779daad8cc3 |
files | src/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Wed Aug 08 16:32:41 2001 +0000 +++ b/src/buddy.c Wed Aug 08 16:43:21 2001 +0000 @@ -2765,7 +2765,7 @@ gtk_tooltips_set_tip(tips, addbutton, _("Add a new Buddy"), "Penguin"); gtk_tooltips_set_tip(tips, groupbutton, _("Add a new Group"), "Penguin"); - gtk_tooltips_set_tip(tips, rembutton, _("Remove selected Buddy"), "Penguin"); + gtk_tooltips_set_tip(tips, rembutton, _("Remove selected Buddy/Group"), "Penguin"); /* And the boxes in the box */ gtk_box_pack_start(GTK_BOX(editpane), tbox, TRUE, TRUE, 0);