Mercurial > pidgin
changeset 15810:6c686942a227
Mark "Away" for translation
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 17 Mar 2007 17:48:34 +0000 |
parents | d704829a07b2 |
children | 71b017348c39 |
files | libpurple/protocols/bonjour/bonjour.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/bonjour.c Sat Mar 17 17:40:19 2007 +0000 +++ b/libpurple/protocols/bonjour/bonjour.c Sat Mar 17 17:48:34 2007 +0000 @@ -297,7 +297,7 @@ presence = gaim_buddy_get_presence(buddy); if (gaim_presence_is_online(presence) && !gaim_presence_is_available(presence)) - return g_strdup("Away"); + return g_strdup(_("Away")); return NULL; } @@ -346,7 +346,7 @@ /* {"png", 0, 0, 96, 96, 0, GAIM_ICON_SCALE_DISPLAY}, */ /* icon_spec */ NO_BUDDY_ICONS, /* not yet */ /* icon_spec */ bonjour_list_icon, /* list_icon */ - NULL, /* list_emblem */ + NULL, /* list_emblem */ bonjour_status_text, /* status_text */ bonjour_tooltip_text, /* tooltip_text */ bonjour_status_types, /* status_types */