Replaced a logical id by the one found in the .mo file
authorSergio Villar Senin <svillar@igalia.com>
Tue, 16 Dec 2008 11:58:12 +0000 (11:58 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 16 Dec 2008 11:58:12 +0000 (11:58 +0000)
pmo-trunk-r6875

src/hildon2/modest-address-book.c

index 7a57bae..8ad0df8 100644 (file)
@@ -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);