# HG changeset patch # User John Bailey # Date 1300034458 0 # Node ID e31163acae0732d37ab01baed1b704ef6f712719 # Parent 64b362d1c49eadaa18f11798bdf3f3acd325376e Make terminology more consistent with the rest of our strings. Refs #13358. diff -r 64b362d1c49e -r e31163acae07 libpurple/protocols/gg/gg.c --- a/libpurple/protocols/gg/gg.c Sun Mar 13 16:10:16 2011 +0000 +++ b/libpurple/protocols/gg/gg.c Sun Mar 13 16:40:58 2011 +0000 @@ -795,7 +795,7 @@ field = purple_request_field_choice_new("status_broadcasting", _("Show status to:"), 0); purple_request_field_choice_add(field, _("All people")); - purple_request_field_choice_add(field, _("Only friends")); + purple_request_field_choice_add(field, _("Only buddies")); purple_request_field_group_add_field(group, field); if (info->status_broadcasting)