From: Dirk-Jan C. Binnema Date: Fri, 6 Jul 2007 13:33:04 +0000 (+0000) Subject: Applied the patch sent for NB#59004. changes to en_GB.po and src/maemo/modest-msg... X-Git-Tag: git_migration_finished~2929 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=f370b6f520d73165bf3a3b3fcfdab2380549b886 Applied the patch sent for NB#59004. changes to en_GB.po and src/maemo/modest-msg-view-window.c pmo-trunk-r2609 --- diff --git a/po/en_GB.po b/po/en_GB.po index 8300749..f3ac36d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -606,6 +606,10 @@ msgstr "Unable to copy item(s) to target folder" msgid "emev_nc_unabletomove_items" msgstr "Unable to move %d item(s)" +# MSG-NOT59004, Saving +msgid "mail_ib_saving_mime_part" +msgstr "Saving" + # MSG-NOT317 msgid "mcen_ib_removing_attachment" msgstr "Removing attachment…" diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index 8b833cc..b8ff9aa 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -1705,7 +1705,8 @@ save_mime_part_to_file (const gchar *filename, TnyMimePart *mime_part) GnomeVFSResult result; GnomeVFSHandle *handle; TnyStream *stream; - + + hildon_banner_show_information (NULL, NULL, _("mail_ib_saving_mime_part")); result = gnome_vfs_create (&handle, filename, GNOME_VFS_OPEN_WRITE, FALSE, 0777); if (result != GNOME_VFS_OK) { hildon_banner_show_information (NULL, NULL, _("mail_ib_file_operation_failed"));