diff src/protocols/jabber/chat.c @ 10091:4e376556566e

[gaim-migrate @ 11107] Bleh committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 13 Oct 2004 12:26:10 +0000
parents ac98ece02b1f
children 2a7780fadbb9
line wrap: on
line diff
--- a/src/protocols/jabber/chat.c	Tue Oct 12 21:46:23 2004 +0000
+++ b/src/protocols/jabber/chat.c	Wed Oct 13 12:26:10 2004 +0000
@@ -666,8 +666,8 @@
 
 	if(!(type = xmlnode_get_attrib(packet, "type")) || strcmp(type, "result")) {
 		char *err = jabber_parse_error(js,packet);
-		gaim_notify_error(js->gc, _("Roomlist Error"),
-				_("Error retreiving roomlist"), err);
+		gaim_notify_error(js->gc, _("Error"),
+				_("Error retreiving room list"), err);
 		gaim_roomlist_set_in_progress(js->roomlist, FALSE);
 		gaim_roomlist_unref(js->roomlist);
 		js->roomlist = NULL;
@@ -677,8 +677,8 @@
 
 	if(!(query = xmlnode_get_child(packet, "query"))) {
 		char *err = jabber_parse_error(js, packet);
-		gaim_notify_error(js->gc, _("Roomlist Error"),
-				_("Error retreiving roomlist"), err);
+		gaim_notify_error(js->gc, _("Error"),
+				_("Error retreiving room list"), err);
 		gaim_roomlist_set_in_progress(js->roomlist, FALSE);
 		gaim_roomlist_unref(js->roomlist);
 		js->roomlist = NULL;