Mercurial > pidgin
changeset 27985:348967766bbc
Use "buddy list" instead of "blist" in user-visible strings
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 09 Aug 2009 20:27:12 +0000 |
parents | 4e8701ce18db |
children | 9381188c362b |
files | pidgin/gtkblist-theme.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);