changeset 31800:e31163acae07

Make terminology more consistent with the rest of our strings. Refs #13358.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 13 Mar 2011 16:40:58 +0000
parents 64b362d1c49e
children 0888025a3a5d
files libpurple/protocols/gg/gg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)