diff src/protocols/jabber/buddy.c @ 12467:1b57012eec7b

[gaim-migrate @ 14777] It seems to me that we should use consistent status names. I don't like having Online and Available. Let me know if I'm missing something. Perhaps we should allow passing of a NULL name to the status _new() functions and it could have a default name? If that sounds good, let me know and I'll code it up. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Dec 2005 17:49:43 +0000
parents fc464a0abccc
children 851b0bd7eb52
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Mon Dec 12 17:32:32 2005 +0000
+++ b/src/protocols/jabber/buddy.c	Mon Dec 12 17:49:43 2005 +0000
@@ -1086,7 +1086,7 @@
 		case JABBER_BUDDY_STATE_UNAVAILABLE:
 			return _("Offline");
 		case JABBER_BUDDY_STATE_ONLINE:
-			return _("Online");
+			return _("Available");
 		case JABBER_BUDDY_STATE_CHAT:
 			return _("Chatty");
 		case JABBER_BUDDY_STATE_AWAY: