comparison plugins/gevolution/new_person_dialog.c @ 9044:23bcfdcd530d

[gaim-migrate @ 9820] Revert the "First name:" -> "First Name:" translation, as HIG wants it the former way. Looking around, it seems this is the only "First [Nn]ame:" string we have. The rest of the translated ones are without the colon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 23 May 2004 22:16:25 +0000
parents bf4ecb0ae208
children a5ec9e73f46d
comparison
equal deleted inserted replaced
9043:83020d347732 9044:23bcfdcd530d
348 gtk_box_pack_start(GTK_BOX(hbox), vbox2, TRUE, TRUE, 0); 348 gtk_box_pack_start(GTK_BOX(hbox), vbox2, TRUE, TRUE, 0);
349 gtk_widget_show(vbox2); 349 gtk_widget_show(vbox2);
350 350
351 /* First Name field */ 351 /* First Name field */
352 dialog->firstname = gtk_entry_new(); 352 dialog->firstname = gtk_entry_new();
353 add_pref_box(sg2, vbox2, _("First Name:"), dialog->firstname); 353 add_pref_box(sg2, vbox2, _("First name:"), dialog->firstname);
354 354
355 if (contact != NULL) 355 if (contact != NULL)
356 { 356 {
357 str = e_contact_get_const(contact, E_CONTACT_GIVEN_NAME); 357 str = e_contact_get_const(contact, E_CONTACT_GIVEN_NAME);
358 358