Mercurial > pidgin
diff libpurple/protocols/jabber/jabber.c @ 25705:9d023b5d7daf
Add a missing space, thanks Paul!
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Tue, 13 Jan 2009 19:47:02 +0000 |
parents | 98681dad9355 |
children | 8dee1fb9d8e9 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Tue Jan 13 19:23:07 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.c Tue Jan 13 19:47:02 2009 +0000 @@ -2491,7 +2491,7 @@ return TRUE; } else { - *error = g_strdup_printf(_("Unable to buzz, because the user %s does" + *error = g_strdup_printf(_("Unable to buzz, because the user %s does " "not support it or do not wish to receive buzzes now."), username); return FALSE;