# HG changeset patch # User Mark Doliner # Date 1249849632 0 # Node ID 348967766bbce90a87fd806157dd1f86236830b8 # Parent 4e8701ce18db159a9ec1d1c171583c62608fc574 Use "buddy list" instead of "blist" in user-visible strings diff -r 4e8701ce18db -r 348967766bbc pidgin/gtkblist-theme.c --- a/pidgin/gtkblist-theme.c Wed Aug 05 04:14:29 2009 +0000 +++ b/pidgin/gtkblist-theme.c Sun Aug 09 20:27:12 2009 +0000 @@ -373,7 +373,7 @@ g_object_class_install_property(obj_class, PROP_BACKGROUND_COLOR, pspec); pspec = g_param_spec_pointer("layout", _("Layout"), - _("The layout of icons, name, and status of the blist"), + _("The layout of icons, name, and status of the buddy list"), G_PARAM_READWRITE); g_object_class_install_property(obj_class, PROP_LAYOUT, pspec);