diff options
Diffstat (limited to 'addressbook/contact-editor/e-contact-editor-strings.h')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-strings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-strings.h b/addressbook/contact-editor/e-contact-editor-strings.h index 42be016fbc..436a8b7216 100644 --- a/addressbook/contact-editor/e-contact-editor-strings.h +++ b/addressbook/contact-editor/e-contact-editor-strings.h @@ -9,7 +9,7 @@ gchar *s = N_("Business Fax"); gchar *s = N_("Home"); gchar *s = N_("Business"); gchar *s = N_("Mobile"); -gchar *s = N_("Email"); +gchar *s = N_("Primary Email"); gchar *s = N_("\tFull Name..."); gchar *s = N_("Job Title:"); gchar *s = N_("Company:"); @@ -36,5 +36,5 @@ gchar *s = N_("Add"); gchar *s = N_("Delete"); gchar *s = N_("Phone Types"); gchar *s = N_("New phone type"); -gchar *s = N_("Add"); gchar *s = N_("New phone type"); +gchar *s = N_("Add"); |