diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-14 11:26:41 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-14 11:26:41 +0800 |
commit | 6d8bd4aadd88a15550a2f288054f84569fdb4e3f (patch) | |
tree | 2b6f5bc15f16db192d2d9cff2dc4b34fbf2f1292 /addressbook/gui/widgets/eab-contact-display.c | |
parent | ffb81288b230d3e6ffdc06353623f5fbbb6c803f (diff) | |
download | gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.gz gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.bz2 gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.lz gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.xz gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.zst gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.zip |
Fix for bug #404239 #358250
svn path=/trunk/; revision=33524
Diffstat (limited to 'addressbook/gui/widgets/eab-contact-display.c')
-rw-r--r-- | addressbook/gui/widgets/eab-contact-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index 26a5fc01e2..f5bc9a0f71 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -563,7 +563,7 @@ render_contact (GtkHTMLStream *html_stream, EContact *contact) g_string_assign (accum, ""); - accum_attribute (accum, contact, _("Organization"), E_CONTACT_ORG, NULL, 0); + accum_attribute (accum, contact, _("Company"), E_CONTACT_ORG, NULL, 0); accum_attribute (accum, contact, _("Department"), E_CONTACT_ORG_UNIT, NULL, 0); accum_attribute (accum, contact, _("Profession"), E_CONTACT_ROLE, NULL, 0); accum_attribute (accum, contact, _("Position"), E_CONTACT_TITLE, NULL, 0); |