diff src/dialogs.c @ 4599:221fb7143cd4

[gaim-migrate @ 4884] Smigs fixed some spelling mistakes committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 22 Feb 2003 01:08:51 +0000
parents c7986b4d182a
children 71b27122c8a6
line wrap: on
line diff
--- a/src/dialogs.c	Fri Feb 21 23:02:36 2003 +0000
+++ b/src/dialogs.c	Sat Feb 22 01:08:51 2003 +0000
@@ -1091,7 +1091,7 @@
 	vbox = gtk_vbox_new(FALSE, 0);
 	gtk_container_add(GTK_CONTAINER(hbox), vbox);
 
-	label = gtk_label_new(_("Please enter the screen name of the person you would like to add to your buddylist. You may optionally enter an alias, or nickname,  for the buddy. The alias will be displayed in place of the screen name whenever possible.\n"));
+	label = gtk_label_new(_("Please enter the screen name of the person you would like to add to your buddy list. You may optionally enter an alias, or nickname,  for the buddy. The alias will be displayed in place of the screen name whenever possible.\n"));
 	gtk_widget_set_size_request(GTK_WIDGET(label), 400, -1);
 	gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
 	gtk_misc_set_alignment(GTK_MISC(label), 0, 0);