* Use the correct translation string instead of a fixed one when
authorAlberto Garcia <agarcia@igalia.com>
Wed, 1 Aug 2007 14:26:43 +0000 (14:26 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Wed, 1 Aug 2007 14:26:43 +0000 (14:26 +0000)
  trying to save several attachments (Fixes: NB#63764)

pmo-trunk-r2890

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

index 28ee634..14deee8 100644 (file)
@@ -1978,7 +1978,7 @@ modest_msg_view_window_save_attachments (ModestMsgViewWindow *window, GList *mim
                        canceled = TRUE;
                }
        } else {
-               save_multiple_str = g_strdup_printf (_("FIXME: %d attachments"), 
+               save_multiple_str = g_strdup_printf (_FM("sfil_va_number_of_objects_attachments"), 
                                                     g_list_length (mime_parts));
        }