From 940f85fde27e19fb772b5ef8284bbdb1308d5513 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 23 Jan 2014 11:25:14 -0500 Subject: [PATCH] Add missing localizable string to webmail --- UI/MailerUI/English.lproj/Localizable.strings | 1 + UI/MailerUI/French.lproj/Localizable.strings | 1 + 2 files changed, 2 insertions(+) diff --git a/UI/MailerUI/English.lproj/Localizable.strings b/UI/MailerUI/English.lproj/Localizable.strings index 9f13115ea..02d512726 100644 --- a/UI/MailerUI/English.lproj/Localizable.strings +++ b/UI/MailerUI/English.lproj/Localizable.strings @@ -102,6 +102,7 @@ "Attach Web Page..." = "Attach Web Page..."; "file" = "file"; "files" = "files"; +"Save all" = "Save all"; "to" = "To"; "cc" = "Cc"; diff --git a/UI/MailerUI/French.lproj/Localizable.strings b/UI/MailerUI/French.lproj/Localizable.strings index fc3e0ed15..5201806cd 100644 --- a/UI/MailerUI/French.lproj/Localizable.strings +++ b/UI/MailerUI/French.lproj/Localizable.strings @@ -102,6 +102,7 @@ "Attach Web Page..." = "Joindre une page Web..."; "file" = "fichier"; "files" = "fichiers"; +"Save all" = "Tout sauvegarder"; "to" = "Pour"; "cc" = "Copie à";