| 10048:91acc51bc501 | 10049:162625a91d5a |
|---|---|
| 1286 } | 1286 } |
| 1287 | 1287 |
| 1288 user = b->proto_data; | 1288 user = b->proto_data; |
| 1289 | 1289 |
| 1290 g_string_append_printf(s, _("<b>%s:</b> %s<br>"), _("Has you"), | 1290 g_string_append_printf(s, _("<b>%s:</b> %s<br>"), _("Has you"), |
| 1291 (user->list_op & (1 << MSN_LIST_RL)) ? | 1291 (user->list_op & (1 << MSN_LIST_RL)) ? |
| 1292 _("yes") : _("no")); | 1292 _("Yes") : _("No")); |
| 1293 } | 1293 } |
| 1294 | 1294 |
| 1295 return g_string_free(s, FALSE); | 1295 return g_string_free(s, FALSE); |
| 1296 } | 1296 } |
| 1297 | 1297 |