From: Alberto Garcia Date: Wed, 1 Aug 2007 14:26:43 +0000 (+0000) Subject: * Use the correct translation string instead of a fixed one when X-Git-Tag: git_migration_finished~2667 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=8a3f4c540e48d964de9d885b463bc9aadba1394b * Use the correct translation string instead of a fixed one when trying to save several attachments (Fixes: NB#63764) pmo-trunk-r2890 --- diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index 28ee634..14deee8 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -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)); }