# HG changeset patch # User Eric Warmenhoven # Date 979602475 0 # Node ID 815e3000467edf4df48dc6fc6dbd258d9d83ff18 # Parent 9f356885a77a2c0e77c1abc2390ec60593f7f95a [gaim-migrate @ 1418] wrong word. that's the problem with yank-n-paste committer: Tailor Script diff -r 9f356885a77a -r 815e3000467e src/prefs.c --- a/src/prefs.c Sun Jan 14 20:50:41 2001 +0000 +++ b/src/prefs.c Mon Jan 15 23:47:55 2001 +0000 @@ -639,7 +639,7 @@ parent = prefdialog->parent; gtk_widget_destroy(prefdialog); - prefdialog = gtk_frame_new(_("Chat Options")); + prefdialog = gtk_frame_new(_("Chat Rooms")); gtk_container_add(GTK_CONTAINER(parent), prefdialog); box = gtk_vbox_new(FALSE, 5);