plugins/gevolution/new_person_dialog.c

changeset 12489
14274d68d499
parent 11054
ba2440c5ee48
child 13416
43b41b622e01
--- a/plugins/gevolution/new_person_dialog.c	Thu Dec 15 16:13:56 2005 +0000
+++ b/plugins/gevolution/new_person_dialog.c	Thu Dec 15 22:59:06 2005 +0000
@@ -291,7 +291,7 @@
 
 		/* Screen Name */
 		dialog->screenname = gtk_entry_new();
-		add_pref_box(sg, vbox, _("Screenname:"), dialog->screenname);
+		add_pref_box(sg, vbox, _("Screen name:"), dialog->screenname);
 
 		if (username != NULL)
 			gtk_entry_set_text(GTK_ENTRY(dialog->screenname), username);

mercurial