* Fixes NB#93292, replaced a logical id
authorSergio Villar Senin <svillar@igalia.com>
Mon, 24 Nov 2008 15:32:37 +0000 (15:32 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 24 Nov 2008 15:32:37 +0000 (15:32 +0000)
pmo-trunk-r6384

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

index 32203bf..0dc5ede 100644 (file)
@@ -2450,7 +2450,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 0c3f2ad..28412cd 100644 (file)
@@ -2751,7 +2751,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 6052016..c3e2d8e 100644 (file)
@@ -5006,7 +5006,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;