From 249bf16e8a7f08910a958adfb469e50272967903 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 21 Nov 2012 11:13:17 -0500 Subject: [PATCH] Add missing localized string in preferences module --- UI/PreferencesUI/English.lproj/Localizable.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/PreferencesUI/English.lproj/Localizable.strings b/UI/PreferencesUI/English.lproj/Localizable.strings index 037bb4bb1..1275745a8 100644 --- a/UI/PreferencesUI/English.lproj/Localizable.strings +++ b/UI/PreferencesUI/English.lproj/Localizable.strings @@ -150,6 +150,7 @@ "Compose messages in" = "Compose messages in"; "composemessagestype_html" = "HTML"; "composemessagestype_text" = "Plain text"; +"Display remote inline images" = "Display remote inline images"; "displayremoteinlineimages_never" = "Never"; "displayremoteinlineimages_always" = "Always";