[evolution-data-server] Bug #658742 - Change EContact property description string



commit d1f34d4ff94e49d8add8963534648360ff09f4d1
Author: Milan Crha <mcrha redhat com>
Date:   Mon Mar 26 15:33:14 2012 +0200

    Bug #658742 - Change EContact property description string

 addressbook/libebook/e-contact.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook/e-contact.c b/addressbook/libebook/e-contact.c
index d49c648..1215fa2 100644
--- a/addressbook/libebook/e-contact.c
+++ b/addressbook/libebook/e-contact.c
@@ -278,7 +278,7 @@ static const EContactFieldInfo field_info[] = {
 	   used to determine whether when sending to Contact lists the addresses should be
 	   shown or not to other recipients - basically whether to use BCC field or CC
 	   message header when sending messages to this Contact list. */
-	BOOLEAN_FIELD (E_CONTACT_LIST_SHOW_ADDRESSES, EVC_X_LIST_SHOW_ADDRESSES, "list_show_addresses", N_("List Show Addresses"), FALSE),
+	BOOLEAN_FIELD (E_CONTACT_LIST_SHOW_ADDRESSES, EVC_X_LIST_SHOW_ADDRESSES, "list_show_addresses", N_("List Shows Addresses"), FALSE),
 
 	STRUCT_FIELD (E_CONTACT_BIRTH_DATE,  EVC_BDAY,          "birth_date",  N_("Birth Date"), FALSE, date_getter, date_setter, e_contact_date_get_type),
 	STRUCT_FIELD (E_CONTACT_ANNIVERSARY, EVC_X_ANNIVERSARY, "anniversary", N_("Anniversary"), FALSE, date_getter, date_setter, e_contact_date_get_type),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]