diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-08 06:38:20 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-08 06:38:20 +0800 |
commit | 93c63ca49a7dbd2b48cb14142ee3df1f6df66266 (patch) | |
tree | 4ac5bcbb203673562febe935bddd4889d9f9036e | |
parent | a48def7054eca0b4e6d68107cf14e0666b54cb95 (diff) | |
download | gsoc2013-evolution-93c63ca49a7dbd2b48cb14142ee3df1f6df66266.tar gsoc2013-evolution-93c63ca49a7dbd2b48cb14142ee3df1f6df66266.tar.gz gsoc2013-evolution-93c63ca49a7dbd2b48cb14142ee3df1f6df66266.tar.bz2 gsoc2013-evolution-93c63ca49a7dbd2b48cb14142ee3df1f6df66266.tar.lz gsoc2013-evolution-93c63ca49a7dbd2b48cb14142ee3df1f6df66266.tar.xz gsoc2013-evolution-93c63ca49a7dbd2b48cb14142ee3df1f6df66266.tar.zst gsoc2013-evolution-93c63ca49a7dbd2b48cb14142ee3df1f6df66266.zip |
Added N_("* Click here to add a contact *").
2001-02-07 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-view.c: Added N_("* Click here to add
a contact *").
svn path=/trunk/; revision=8065
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 1 |
2 files changed, 6 insertions, 0 deletions
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 <clahey@ximian.com> + + * gui/widgets/e-addressbook-view.c: Added N_("* Click here to add + a contact *"). + 2001-02-07 Chris Toshok <toshok@ximian.com> * 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"), |