Mercurial > pidgin
diff src/gtkconv.c @ 9817:5afa28c94201
[gaim-migrate @ 10688]
Spelling fix from wing
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 22 Aug 2004 15:40:19 +0000 |
parents | 34db8e8b49d8 |
children | e98c9a80fb74 |
line wrap: on
line diff
--- a/src/gtkconv.c Sun Aug 22 05:15:52 2004 +0000 +++ b/src/gtkconv.c Sun Aug 22 15:40:19 2004 +0000 @@ -3776,7 +3776,7 @@ /* Invite */ gtkchat->invite = gaim_gtkconv_button_new(GAIM_STOCK_INVITE, _("Invite"), - _("Invite a usuer"), + _("Invite a user"), gtkconv->tooltips, invite_cb, conv); gtk_box_pack_start(GTK_BOX(parent), gtkchat->invite, TRUE, TRUE, 0); gtk_size_group_add_widget(gtkconv->sg, gtkchat->invite);