* Fixes NB#93292, replaced a logical id
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 4 Dec 2008 21:17:24 +0000 (21:17 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Thu, 4 Dec 2008 21:17:24 +0000 (21:17 +0000)
pmo-drop-split-view-r6642

src/hildon2/modest-msg-edit-window.c
src/hildon2/modest-msg-view-window.c
src/modest-ui-actions.c

index 6014c01..47cc35e 100644 (file)
@@ -2397,7 +2397,7 @@ modest_msg_edit_window_remove_attachments (ModestMsgEditWindow *window,
                        g_object_unref (att_list);
                        return;
                }
-               hildon_banner_show_information (NULL, NULL, _("mcen_ib_removing_attachment"));
+               hildon_banner_show_information (NULL, NULL, _("mcen_me_inbox_remove_attachments"));
                
                for (iter = tny_list_create_iterator (att_list);
                     !tny_iterator_is_done (iter);
index e2f2034..e2dcdfb 100644 (file)
@@ -2957,7 +2957,7 @@ show_remove_attachment_information (gpointer userdata)
        }
 
        priv->remove_attachment_banner = g_object_ref (
-               hildon_banner_show_animation (NULL, NULL, _("mcen_ib_removing_attachment")));
+               hildon_banner_show_animation (NULL, NULL, _("mcen_me_inbox_remove_attachments")));
 
        gdk_threads_leave ();
 
index 62a359c..40151a7 100644 (file)
@@ -5019,7 +5019,7 @@ open_msg_for_purge_cb (ModestMailOperation *mail_op,
                if (response == GTK_RESPONSE_OK) {
                        GtkWidget *info;
                        info =
-                               modest_platform_animation_banner (GTK_WIDGET (win), NULL, _("mcen_ib_removing_attachment"));
+                               modest_platform_animation_banner (GTK_WIDGET (win), NULL, _("mcen_me_inbox_remove_attachments"));
                        iter = tny_list_create_iterator (parts);
                        while (!tny_iterator_is_done (iter)) {
                                TnyMimePart *part;