pidgin/pidgin

98c9a8c2daf0
Parents 28f1ae9ef95c
Children a5a5365dbaa5
Improve the message that appears in a chat windo when you're disconnected

Instead of "You will be automatically rejoined in the chat...", now it's
"You will automatically rejoin the chat..."

@@ -7604,7 +7604,7 @@
purple_conversation_get_account(conv) == account
) {
purple_conversation_set_data(conv, "want-to-rejoin", GIN
T_TO_POINTER(TRUE));
purple_conversation_write(conv, NULL, _("The account has
disconnected and you are no "
- "longer in this chat. You will b
e automatically rejoined in the chat when "
+ "longer in this chat. You will a
utomatically rejoin the chat when "
"the account reconnects."),
PURPLE_MESSAGE_SYSTEM, time(NULL));
--- a/pidgin/gtkconv.c Wed Jun 13 19:33:51 2012 -0400
+++ b/pidgin/gtkconv.c Thu Jun 14 21:47:42 2012 +0100
@@ -7604,7 +7604,7 @@
purple_conversation_get_account(conv) == account) {
purple_conversation_set_data(conv, "want-to-rejoin", GINT_TO_POINTER(TRUE));
purple_conversation_write(conv, NULL, _("The account has disconnected and you are no "
- "longer in this chat. You will be automatically rejoined in the chat when "
+ "longer in this chat. You will automatically rejoin the chat when "
"the account reconnects."),
PURPLE_MESSAGE_SYSTEM, time(NULL));
}