comparison libpurple/protocols/qq/group_join.c @ 24678:2f84f888d3db

fixed some spelling errors in QQ protocol plugin: - "Firend Only" -> "Friend Only" - "...Unknow..." -> "...Unknown..." - "...Verifing..." -> "...Verifying..."
author Björn Voigt <bjoern@cs.tu-berlin.de>
date Wed, 10 Dec 2008 11:11:32 +0000
parents fecedf6d9ee1
children 55b7371eadf4
comparison
equal deleted inserted replaced
24677:eae0e194658e 24678:2f84f888d3db
274 default: 274 default:
275 purple_debug_info("QQ", 275 purple_debug_info("QQ",
276 "Failed to join room ext id %u %s, unknown reply: 0x%02x\n", 276 "Failed to join room ext id %u %s, unknown reply: 0x%02x\n",
277 rmd->ext_id, rmd->title_utf8, reply); 277 rmd->ext_id, rmd->title_utf8, reply);
278 278
279 purple_notify_info(gc, _("QQ Qun Operation"), _("Failed:"), _("Join Qun, Unknow Reply")); 279 purple_notify_info(gc, _("QQ Qun Operation"), _("Failed:"), _("Join Qun, Unknown Reply"));
280 } 280 }
281 } 281 }
282 282
283 /* Attempt to join a group without auth */ 283 /* Attempt to join a group without auth */
284 void qq_group_join(PurpleConnection *gc, GHashTable *data) 284 void qq_group_join(PurpleConnection *gc, GHashTable *data)