From 25005d5d9162cfd6fa70edcdb76f4f76b01169b9 Mon Sep 17 00:00:00 2001 From: Javier Fernandez Garcia-Boente Date: Thu, 28 Jun 2007 20:03:08 +0000 Subject: [PATCH] * Fixes: NB#61955 pmo-trunk-r2483 --- src/maemo/modest-msg-edit-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/maemo/modest-msg-edit-window.c b/src/maemo/modest-msg-edit-window.c index e6185e3..4871f0d 100644 --- a/src/maemo/modest-msg-edit-window.c +++ b/src/maemo/modest-msg-edit-window.c @@ -2523,7 +2523,8 @@ remove_attachment_insensitive_press (GtkWidget *widget, ModestMsgEditWindow *edi hildon_banner_show_information (NULL, NULL, _("mcen_ib_unable_to_display_more")); else if (n_att_selected == 0) hildon_banner_show_information (NULL, NULL, _("TODO: select one attachment")); - + else + hildon_banner_show_information (NULL, NULL, _("mail_ib_unable_to_purge_attachments")); } static void -- 1.7.9.5