diff src/dialogs.c @ 5906:390d32a6b130

[gaim-migrate @ 6338] auto-join for chats in the buddy list. Yes, the interface sucks. I suck at making interfaces. I'm sure someone more talented will make it pretty, or maybe even HIG-y. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 16 Jun 2003 05:14:05 +0000
parents ea6dfabdf60f
children c304abc3e68b
line wrap: on
line diff
--- a/src/dialogs.c	Mon Jun 16 04:15:35 2003 +0000
+++ b/src/dialogs.c	Mon Jun 16 05:14:05 2003 +0000
@@ -3598,7 +3598,7 @@
 	GtkWidget *label;
 	GtkWidget *alias_entry;
 
-	dialog = gtk_dialog_new_with_buttons(_("Alias Buddy"), NULL,
+	dialog = gtk_dialog_new_with_buttons(_("Alias Chat"), NULL,
 			GTK_DIALOG_NO_SEPARATOR,
 			GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 			GTK_STOCK_OK, GTK_RESPONSE_OK,