changeset 1755:300dcb2aa120

[gaim-migrate @ 1765] Fixed a funny typo. The Conversation->Windows tab had two frames that were both labeled IM Window ;-) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 26 Apr 2001 22:45:02 +0000
parents 6e51e206a388
children baf57b74e818
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Thu Apr 26 22:15:46 2001 +0000
+++ b/src/prefs.c	Thu Apr 26 22:45:02 2001 +0000
@@ -571,7 +571,7 @@
 	gaim_button(_("Show logins in window"), &display_options, OPT_DISP_SHOW_LOGON, vbox);
 	gaim_button(_("Show larger entry box on new windows"), &display_options, OPT_DISP_CONV_BIG_ENTRY, vbox);
 
-	frame = gtk_frame_new(_("IM Window"));
+	frame = gtk_frame_new(_("Group Chat Window"));
 	gtk_box_pack_start(GTK_BOX(box), frame, FALSE, FALSE, 5);
 	gtk_widget_show(frame);