diff src/protocols/rendezvous/rendezvous.c @ 8489:b06dcc915c45

[gaim-migrate @ 9224] I guess I might as well add these files now, while I'm sending pointless emails. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Mar 2004 04:10:53 +0000
parents c3ffec7fab94
children 9aa6017da568
line wrap: on
line diff
--- a/src/protocols/rendezvous/rendezvous.c	Tue Mar 23 03:51:35 2004 +0000
+++ b/src/protocols/rendezvous/rendezvous.c	Tue Mar 23 04:10:53 2004 +0000
@@ -310,9 +310,9 @@
 
 	if (rb->msg != NULL) {
 		if (rb->status == UC_UNAVAILABLE)
-			g_string_append_printf(ret, _("<b>Away Message</b>: %s\n"), rb->msg);
+			g_string_append_printf(ret, _("<b>Away</b>: %s\n"), rb->msg);
 		else
-			g_string_append_printf(ret, _("<b>Available Message</b>: %s\n"), rb->msg);
+			g_string_append_printf(ret, _("<b>Available</b>: %s\n"), rb->msg);
 	}
 
 	/* XXX - Fix blist.c so we can prepend the \n's rather than appending them */