From: Sergio Villar Senin Date: Tue, 16 Dec 2008 11:58:12 +0000 (+0000) Subject: Replaced a logical id by the one found in the .mo file X-Git-Tag: git_migration_finished~925 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=8b8cbeae350d2064060646bce3852cb9a1bec28e Replaced a logical id by the one found in the .mo file pmo-trunk-r6875 --- diff --git a/src/hildon2/modest-address-book.c b/src/hildon2/modest-address-book.c index 7a57bae..8ad0df8 100644 --- a/src/hildon2/modest-address-book.c +++ b/src/hildon2/modest-address-book.c @@ -203,7 +203,7 @@ modest_address_book_select_addresses (ModestRecptEditor *recpt_editor) #else /* MODEST_ABOOK_API < 4 */ /* TODO: figure out how to make the contact chooser modal */ contact_chooser = osso_abook_contact_chooser_new_with_capabilities (NULL, - _("mcen_ti_select_recipients"), + _("mcen_me_editor_selectrecipients"), OSSO_ABOOK_CAPS_EMAIL, OSSO_ABOOK_CONTACT_ORDER_NAME); @@ -895,9 +895,9 @@ select_contacts_for_name_dialog (const gchar *name) /* TODO: figure out how to make the contact chooser modal */ contact_dialog = osso_abook_contact_chooser_new_with_capabilities (NULL, - _("mcen_ti_select_recipients"), - OSSO_ABOOK_CAPS_EMAIL, - OSSO_ABOOK_CONTACT_ORDER_NAME); + _("mcen_me_editor_selectrecipients"), + OSSO_ABOOK_CAPS_EMAIL, + OSSO_ABOOK_CONTACT_ORDER_NAME); osso_abook_contact_chooser_set_model (OSSO_ABOOK_CONTACT_CHOOSER (contact_dialog), contact_model);