Mercurial > pidgin
changeset 25981:7ace7bf0bfad
Use "does" here sounds more natural to me
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 07 Mar 2009 07:32:51 +0000 |
parents | 0e93bbb7f5ca |
children | c0115655a94e |
files | libpurple/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Thu Mar 05 23:54:50 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.c Sat Mar 07 07:32:51 2009 +0000 @@ -2513,7 +2513,7 @@ return TRUE; } else { *error = g_strdup_printf(_("Unable to buzz, because %s does " - "not support it or do not wish to receive buzzes now."), alias); + "not support it or does not wish to receive buzzes now."), alias); return FALSE; } }