# HG changeset patch # User Mark Doliner # Date 1111791268 0 # Node ID 969f35b31a49bc6eecec1503ecd1faa9851636ef # Parent b5259f3dfc2968c3fcdf8b28f8df526de498a874 [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 diff -r b5259f3dfc29 -r 969f35b31a49 plugins/contact_priority.c --- 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);