diff options
Diffstat (limited to 'protocols/jabber/jabber.c')
| -rw-r--r-- | protocols/jabber/jabber.c | 2 | 
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; | 
