From ea57e0775adf22a1475d1411b17f721c59c6f337 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Thu, 4 Dec 2008 21:17:24 +0000 Subject: [PATCH] * Fixes NB#93292, replaced a logical id pmo-drop-split-view-r6642 --- src/hildon2/modest-msg-edit-window.c | 2 +- src/hildon2/modest-msg-view-window.c | 2 +- src/modest-ui-actions.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hildon2/modest-msg-edit-window.c b/src/hildon2/modest-msg-edit-window.c index 6014c01..47cc35e 100644 --- a/src/hildon2/modest-msg-edit-window.c +++ b/src/hildon2/modest-msg-edit-window.c @@ -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); diff --git a/src/hildon2/modest-msg-view-window.c b/src/hildon2/modest-msg-view-window.c index e2f2034..e2dcdfb 100644 --- a/src/hildon2/modest-msg-view-window.c +++ b/src/hildon2/modest-msg-view-window.c @@ -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 (); diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 62a359c..40151a7 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -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; -- 1.7.9.5