Applied the patch sent for NB#59004. changes to en_GB.po and src/maemo/modest-msg...
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Fri, 6 Jul 2007 13:33:04 +0000 (13:33 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Fri, 6 Jul 2007 13:33:04 +0000 (13:33 +0000)
pmo-trunk-r2609

po/en_GB.po
src/maemo/modest-msg-view-window.c

index 8300749..f3ac36d 100644 (file)
@@ -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)"
 
 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…"
 # MSG-NOT317
 msgid "mcen_ib_removing_attachment"
 msgstr "Removing attachment…"
index 8b833cc..b8ff9aa 100644 (file)
@@ -1705,7 +1705,8 @@ save_mime_part_to_file (const gchar *filename, TnyMimePart *mime_part)
        GnomeVFSResult result;
        GnomeVFSHandle *handle;
        TnyStream *stream;
        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"));
        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"));