aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-05-25 18:15:51 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-05-25 18:15:51 +0800
commit791d198c226c9c49610eb3aa24416c77f89fe1b2 (patch)
tree3e661cac1eeb9f07e7c354b5a4b6433c2608862f /addressbook
parenta7a3ea80eb2c3d01972c6d377f92f8fb812ddf03 (diff)
downloadgsoc2013-evolution-791d198c226c9c49610eb3aa24416c77f89fe1b2.tar
gsoc2013-evolution-791d198c226c9c49610eb3aa24416c77f89fe1b2.tar.gz
gsoc2013-evolution-791d198c226c9c49610eb3aa24416c77f89fe1b2.tar.bz2
gsoc2013-evolution-791d198c226c9c49610eb3aa24416c77f89fe1b2.tar.lz
gsoc2013-evolution-791d198c226c9c49610eb3aa24416c77f89fe1b2.tar.xz
gsoc2013-evolution-791d198c226c9c49610eb3aa24416c77f89fe1b2.tar.zst
gsoc2013-evolution-791d198c226c9c49610eb3aa24416c77f89fe1b2.zip
gui/widgets/eab-contact-display.c : Name of some fields differ
when seen in preview pane and contact editor (Video Chat in contact editor and Video Conferencing in preview pane). svn path=/trunk/; revision=32028
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/widgets/eab-contact-display.c6
2 files changed, 9 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 7fb13da3e7..5ecc5070af 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-25 Devashish Sharma <sdevashish@novell.com>
+
+ * gui/widgets/eab-contact-display.c : Name of some fields differ
+ when seen in preview pane and contact editor (Video Chat in contact
+ editor and Video Conferencing in preview pane).
+
2006-05-25 Devashish Sharma <sdevashish@novel.com>
* gui/contact-list-editor/e-contact-list-editor.c : Contacts
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c
index 897fd79ff5..9adbe1799a 100644
--- a/addressbook/gui/widgets/eab-contact-display.c
+++ b/addressbook/gui/widgets/eab-contact-display.c
@@ -516,7 +516,7 @@ render_contact (GtkHTMLStream *html_stream, EContact *contact)
accum_attribute (accum, contact, _("Organization"), E_CONTACT_ORG, NULL, 0);
accum_attribute (accum, contact, _("Position"), E_CONTACT_TITLE, NULL, 0);
- accum_attribute (accum, contact, _("Video Conferencing"), E_CONTACT_VIDEO_URL, VIDEOCONF_ICON, E_TEXT_TO_HTML_CONVERT_URLS);
+ accum_attribute (accum, contact, _("Video Chat"), E_CONTACT_VIDEO_URL, VIDEOCONF_ICON, E_TEXT_TO_HTML_CONVERT_URLS);
accum_attribute (accum, contact, _("Phone"), E_CONTACT_PHONE_BUSINESS, NULL, 0);
accum_attribute (accum, contact, _("Fax"), E_CONTACT_PHONE_BUSINESS_FAX, NULL, 0);
accum_address (accum, contact, _("Address"), E_CONTACT_ADDRESS_WORK, E_CONTACT_ADDRESS_LABEL_WORK);
@@ -529,8 +529,8 @@ render_contact (GtkHTMLStream *html_stream, EContact *contact)
g_string_assign (accum, "");
- accum_attribute (accum, contact, _("WWW"), E_CONTACT_HOMEPAGE_URL, NULL, E_TEXT_TO_HTML_CONVERT_URLS);
- accum_attribute (accum, contact, _("Blog"), E_CONTACT_BLOG_URL, NULL, E_TEXT_TO_HTML_CONVERT_URLS);
+ accum_attribute (accum, contact, _("Home Page"), E_CONTACT_HOMEPAGE_URL, NULL, E_TEXT_TO_HTML_CONVERT_URLS);
+ accum_attribute (accum, contact, _("Web Log"), E_CONTACT_BLOG_URL, NULL, E_TEXT_TO_HTML_CONVERT_URLS);
accum_attribute (accum, contact, _("Phone"), E_CONTACT_PHONE_HOME, NULL, 0);
accum_attribute (accum, contact, _("Mobile Phone"), E_CONTACT_PHONE_MOBILE, NULL, 0);