Mercurial > pidgin
diff src/conversation.c @ 10962:ee4ca56ed8a5
[gaim-migrate @ 12765]
Kevin Stange found this...
committer: Tailor Script <tailor@pidgin.im>
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Wed, 01 Jun 2005 08:06:25 +0000 |
| parents | 90d22e1b68df |
| children | 57e3e958ff49 |
line wrap: on
line diff
--- a/src/conversation.c Wed Jun 01 04:58:35 2005 +0000 +++ b/src/conversation.c Wed Jun 01 08:06:25 2005 +0000 @@ -249,7 +249,7 @@ msg = _("Unable to send message."); if (!gaim_conv_present_error(who, account, msg)) { - msg = g_strdup_printf(_("Unable to send messge to %s."), who); + msg = g_strdup_printf(_("Unable to send message to %s."), who); gaim_notify_error(gc, NULL, msg, NULL); g_free(msg); }
