diff plugins/gevolution/new_person_dialog.c @ 12489:12db50600de5

[gaim-migrate @ 14801] A few minor string changes. Some from Bj??rn Voigt. Yaaaayyy Bj??rn. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 15 Dec 2005 22:59:06 +0000
parents bc700cc98b82
children 3038ab2eff72
line wrap: on
line diff
--- 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);