diff src/prefs.c @ 1147:65e0608e19f7

[gaim-migrate @ 1157] I think toc is mostly working, i tested it remotely. Oscar is somewhat working; switching between options doesn't force you offline anymore, so that's good. adding and removing doesn't force you offline either. another plus. but i'm not sure it always recognizes the changes on the server side. hey, that's what you get with a protocol where the only thing you know about it is what you see on the wire. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Nov 2000 13:47:33 +0000
parents b1454d019277
children 16d748023b2b
line wrap: on
line diff
--- a/src/prefs.c	Mon Nov 27 13:31:26 2000 +0000
+++ b/src/prefs.c	Mon Nov 27 13:47:33 2000 +0000
@@ -1556,9 +1556,7 @@
 	gtk_container_add(GTK_CONTAINER(prefdialog), box);
 	gtk_widget_show(box);
 
-	label = gtk_label_new(_("No. This doesn't work yet. Nothing actually gets sent to the"
-				" server. But the UI works. That's all I wanted."));
-	gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
+	label = gtk_label_new(_("All options take effect immediately unless otherwise noted."));
 	gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
 	gtk_widget_show(label);