From 8a3f4c540e48d964de9d885b463bc9aadba1394b Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Wed, 1 Aug 2007 14:26:43 +0000 Subject: [PATCH] * Use the correct translation string instead of a fixed one when trying to save several attachments (Fixes: NB#63764) pmo-trunk-r2890 --- src/maemo/modest-msg-view-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 1.7.9.5