diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-10 01:41:31 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-10 01:41:31 +0800 |
commit | 4623ccd1ed26f2b83c14f32e30fe80607e853189 (patch) | |
tree | 36b2aa49b96de393634ecc0587388fb5eff866c0 /addressbook/contact-editor/e-contact-editor-strings.h | |
parent | 627ae5c6cada568578ed99160fc9ac9031eaa148 (diff) | |
download | gsoc2013-evolution-4623ccd1ed26f2b83c14f32e30fe80607e853189.tar gsoc2013-evolution-4623ccd1ed26f2b83c14f32e30fe80607e853189.tar.gz gsoc2013-evolution-4623ccd1ed26f2b83c14f32e30fe80607e853189.tar.bz2 gsoc2013-evolution-4623ccd1ed26f2b83c14f32e30fe80607e853189.tar.lz gsoc2013-evolution-4623ccd1ed26f2b83c14f32e30fe80607e853189.tar.xz gsoc2013-evolution-4623ccd1ed26f2b83c14f32e30fe80607e853189.tar.zst gsoc2013-evolution-4623ccd1ed26f2b83c14f32e30fe80607e853189.zip |
Replaced the Address button with a label and rearranged the address area a
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/contact-editor.glade,
contact-editor/e-contact-editor-strings.h: Replaced the Address
button with a label and rearranged the address area a bit.
svn path=/trunk/; revision=2955
Diffstat (limited to 'addressbook/contact-editor/e-contact-editor-strings.h')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor-strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-strings.h b/addressbook/contact-editor/e-contact-editor-strings.h index 436a8b7216..07aff370ad 100644 --- a/addressbook/contact-editor/e-contact-editor-strings.h +++ b/addressbook/contact-editor/e-contact-editor-strings.h @@ -16,9 +16,9 @@ gchar *s = N_("Company:"); gchar *s = N_("File As:"); gchar *s = N_("Web page address:"); gchar *s = N_("This is the mailing address"); -gchar *s = N_("A_ddress..."); gchar *s = N_("Wants HTML mail"); gchar *s = N_("Business"); +gchar *s = N_("Address:"); gchar *s = N_("General"); gchar *s = N_("Department:"); gchar *s = N_("Office:"); |