From 93c63ca49a7dbd2b48cb14142ee3df1f6df66266 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 7 Feb 2001 22:38:20 +0000 Subject: Added N_("* Click here to add a contact *"). 2001-02-07 Christopher James Lahey * gui/widgets/e-addressbook-view.c: Added N_("* Click here to add a contact *"). svn path=/trunk/; revision=8065 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/widgets/e-addressbook-view.c | 1 + 2 files changed, 6 insertions(+) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 520ff7a018..7ed3b78260 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-02-07 Christopher James Lahey + + * gui/widgets/e-addressbook-view.c: Added N_("* Click here to add + a contact *"). + 2001-02-07 Chris Toshok * backend/pas/pas-backend-ldap.c (pas_backend_ldap_connect): only diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 56420290a1..f6c0a3eedc 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -567,6 +567,7 @@ status_message (GtkObject *object, const gchar *status, EAddressbookView *eav) #ifdef JUST_FOR_TRANSLATORS static char *list [] = { + N_("* Click here to add a contact *"), N_("Name"), N_("Email"), N_("Primary"), -- cgit