aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-11-16 00:16:39 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-11-16 00:16:39 +0100
commit5c09a593072914336dcec3e8e92b28a1d4f03fa0 (patch)
treefe3ebb4b78e2dbfe229e57e058cb16c3ae331e4d /protocols/jabber/jabber.c
parent9cb9868256c51a45983aac894428230de6035d79 (diff)
Got rid of raw ^B's in source,
Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch.
Diffstat (limited to 'protocols/jabber/jabber.c')
-rw-r--r--protocols/jabber/jabber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c
index a724bdcd..ee43cff8 100644
--- a/protocols/jabber/jabber.c
+++ b/protocols/jabber/jabber.c
@@ -1127,7 +1127,7 @@ static void jabber_handles10n(gjconn gjc, jpacket p)
* A "subscribe to us" request was received - put up the approval dialog
*/
struct jabber_add_permit *jap = g_new0(struct jabber_add_permit, 1);
- gchar *msg = g_strdup_printf(_("The user %s wants to add you to their buddy list."),
+ gchar *msg = g_strdup_printf(_("The user %s wants to add you to his/her buddy list."),
Jid);
jap->gjc = gjc;