aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor-strings.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-09 14:26:21 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-09 14:26:21 +0800
commitc4e2cf13b8e7e97036f88fe5097cd50491fc1908 (patch)
tree853f43d3a896a885a46634045d2b90f4dc6c8541 /addressbook/gui/contact-editor/e-contact-editor-strings.h
parent32d76b8032a8c42b6fda2ccdded568b8bdea2eeb (diff)
downloadgsoc2013-evolution-c4e2cf13b8e7e97036f88fe5097cd50491fc1908.tar
gsoc2013-evolution-c4e2cf13b8e7e97036f88fe5097cd50491fc1908.tar.gz
gsoc2013-evolution-c4e2cf13b8e7e97036f88fe5097cd50491fc1908.tar.bz2
gsoc2013-evolution-c4e2cf13b8e7e97036f88fe5097cd50491fc1908.tar.lz
gsoc2013-evolution-c4e2cf13b8e7e97036f88fe5097cd50491fc1908.tar.xz
gsoc2013-evolution-c4e2cf13b8e7e97036f88fe5097cd50491fc1908.tar.zst
gsoc2013-evolution-c4e2cf13b8e7e97036f88fe5097cd50491fc1908.zip
Fixed some indentation.
2000-05-09 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card-simple.c: Fixed some indentation. * contact-editor/contact-editor.glade, contact-editor/e-contact-editor-strings.h: Changed Email to Primary Email. * contact-editor/e-contact-editor.c: Added checkmarks to indicate if data exists in the pull down menus for the phone, address, and email fields. svn path=/trunk/; revision=2933
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-strings.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-strings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-strings.h b/addressbook/gui/contact-editor/e-contact-editor-strings.h
index 42be016fbc..436a8b7216 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-strings.h
+++ b/addressbook/gui/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");