Mercurial > pidgin
changeset 10729:969f35b31a49
[gaim-migrate @ 12329]
sf patch #1170705, from Richard Laager
"This makes the description for the Contact Priority plugin
look a little better, in my opinion."
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 25 Mar 2005 22:54:28 +0000 |
parents | b5259f3dfc29 |
children | e84b1ef01905 |
files | plugins/contact_priority.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/contact_priority.c Fri Mar 25 21:56:29 2005 +0000 +++ b/plugins/contact_priority.c Fri Mar 25 22:54:28 2005 +0000 @@ -138,10 +138,10 @@ gtk_box_pack_start(GTK_BOX(hbox), check, FALSE, FALSE, 0); /* Explanation */ - label = gtk_label_new(_("The buddy with the lowest score is the buddy who will have priority in the contact.\nThe default values (offline = 4,away = 2, and idle = 1)\nwill use what used to be the built-in order active->idle->away->away+idle->offline.")); + label = gtk_label_new(_("The buddy with the lowest score is the buddy who will have priority in the contact.\nThe default values (offline = 4, away = 2, and idle = 1) will use what used to be\nthe built-in order: active, idle, away, away + idle, offline.")); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); - frame = gaim_gtk_make_frame(ret, _("Point values to use for Account...")); + frame = gaim_gtk_make_frame(ret, _("Point values to use for account...")); vbox = gtk_vbox_new(FALSE, 5); gtk_container_add(GTK_CONTAINER(frame), vbox);