diff -r 1f40dd552d77 -r 7cdb83d14427 libpurple/protocols/qq/group_opt.c
--- a/libpurple/protocols/qq/group_opt.c Fri Nov 14 18:46:19 2008 +0000
+++ b/libpurple/protocols/qq/group_opt.c Fri Nov 14 19:58:32 2008 +0000
@@ -204,7 +204,7 @@
purple_debug_info("QQ", "Succeed in modify members for room %d\n", rmd->ext_id);
- qq_room_got_chat_in(gc, id, 0, _("Successed changing Qun member"), now);
+ qq_room_got_chat_in(gc, id, 0, _("Successfully changed Qun member"), now);
}
void qq_room_change_info(PurpleConnection *gc, qq_room_data *rmd)
@@ -248,7 +248,7 @@
purple_debug_info("QQ", "Succeed modify room info of %d\n", id);
- qq_room_got_chat_in(gc, id, 0, _("Successed changing Qun information"), now);
+ qq_room_got_chat_in(gc, id, 0, _("Successfully changed Qun information"), now);
}
/* we create a very simple room first, and then let the user to modify */
@@ -347,7 +347,7 @@
purple_request_action(gc, _("QQ Qun Operation"),
_("You have successfully created a Qun"),
- _("Would you like to set up the detail information now?"),
+ _("Would you like to set detailed information now?"),
1,
purple_connection_get_account(gc), NULL, NULL,
add_req, 2,
@@ -520,7 +520,7 @@
rmd->my_role = QQ_ROOM_ROLE_YES;
}
- msg = g_strdup_printf(_("Joinning Qun %d is approved by Admin %d for %s"),
+ msg = g_strdup_printf(_("Joinning Qun %d is approved by admin %d for %s"),
ext_id, admin_uid, reason);
now = time(NULL);
qq_room_got_chat_in(gc, id, 0, msg, now);