Mercurial > pidgin
changeset 10049:2ef4b5121efc
[gaim-migrate @ 11010]
This "has you" phrase is different in head than in oldstatus.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 19 Sep 2004 19:07:14 +0000 |
parents | e2890a4585c0 |
children | 30e052ebb5ae |
files | src/protocols/msn/msn.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Sun Sep 19 19:01:01 2004 +0000 +++ b/src/protocols/msn/msn.c Sun Sep 19 19:07:14 2004 +0000 @@ -1288,8 +1288,8 @@ user = b->proto_data; g_string_append_printf(s, _("<b>%s:</b> %s<br>"), _("Has you"), - (user->list_op & (1 << MSN_LIST_RL)) ? - _("yes") : _("no")); + (user->list_op & (1 << MSN_LIST_RL)) ? + _("Yes") : _("No")); } return g_string_free(s, FALSE);