Mercurial > pidgin.yaz
changeset 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 | 83020d347732 |
children | 38d022e5eb19 |
files | plugins/gevolution/new_person_dialog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/gevolution/new_person_dialog.c Sun May 23 21:57:46 2004 +0000 +++ b/plugins/gevolution/new_person_dialog.c Sun May 23 22:16:25 2004 +0000 @@ -350,7 +350,7 @@ /* First Name field */ dialog->firstname = gtk_entry_new(); - add_pref_box(sg2, vbox2, _("First Name:"), dialog->firstname); + add_pref_box(sg2, vbox2, _("First name:"), dialog->firstname); if (contact != NULL) {