Mercurial > pidgin.yaz
comparison libpurple/protocols/jabber/jabber.c @ 25985: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 | 5f9a24d1c25e |
children | 00eb738116ae 12c2f11bb113 f5e613e05332 e4a060a1e3de 7027cc42e56c 38238d41923b a4a5825fb1bb f44832c6a65b 9407348dc714 |
comparison
equal
deleted
inserted
replaced
25464:0e93bbb7f5ca | 25985:7ace7bf0bfad |
---|---|
2511 xmlnode_free(msg); | 2511 xmlnode_free(msg); |
2512 | 2512 |
2513 return TRUE; | 2513 return TRUE; |
2514 } else { | 2514 } else { |
2515 *error = g_strdup_printf(_("Unable to buzz, because %s does " | 2515 *error = g_strdup_printf(_("Unable to buzz, because %s does " |
2516 "not support it or do not wish to receive buzzes now."), alias); | 2516 "not support it or does not wish to receive buzzes now."), alias); |
2517 return FALSE; | 2517 return FALSE; |
2518 } | 2518 } |
2519 } | 2519 } |
2520 | 2520 |
2521 static PurpleCmdRet jabber_cmd_buzz(PurpleConversation *conv, | 2521 static PurpleCmdRet jabber_cmd_buzz(PurpleConversation *conv, |