--- 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);