Mercurial > pidgin.yaz
diff pidgin/gtkprefs.c @ 18602:3ac99b2e2168
Infopane is optional
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 22 Jul 2007 06:45:05 +0000 |
parents | b91a29987d71 |
children | 075c8dab16e2 4bd16a73769c |
line wrap: on
line diff
--- a/pidgin/gtkprefs.c Sun Jul 22 00:59:51 2007 +0000 +++ b/pidgin/gtkprefs.c Sun Jul 22 06:45:05 2007 +0000 @@ -994,7 +994,7 @@ pidgin_prefs_checkbox(_("Show _formatting on incoming messages"), PIDGIN_PREFS_ROOT "/conversations/show_incoming_formatting", vbox); - iconpref1 = pidgin_prefs_checkbox(_("Show buddy _icons"), + iconpref1 = pidgin_prefs_checkbox(_("Show Buddy _Details"), PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons", vbox); iconpref2 = pidgin_prefs_checkbox(_("Enable buddy ic_on animation"), PIDGIN_PREFS_ROOT "/conversations/im/animate_buddy_icons", vbox);