diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 1b0cbd066..06d67e68d 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -2507,7 +2507,7 @@ Defaults to `inline` when unset. |Show recipients or sender full email in mailboxes if set to `YES`. Default value is `NO`. |U |SOGoMailHideInlineAttachments -|Hide inline images as attachements if set to `YES`. Default value is `NO`. +|Hide attachements for inline images if set to `YES`. Default value is `NO`. |U |SOGoMailCustomFullName diff --git a/UI/PreferencesUI/English.lproj/Localizable.strings b/UI/PreferencesUI/English.lproj/Localizable.strings index de0385922..0aea5dd48 100644 --- a/UI/PreferencesUI/English.lproj/Localizable.strings +++ b/UI/PreferencesUI/English.lproj/Localizable.strings @@ -205,7 +205,7 @@ "Insert signature on reply" = "Insert signature on reply"; "Insert signature on forward" = "Insert signature on forward"; "Show recipients or sender full email in mailboxes" = "Show recipients or sender full email in mailboxes"; -"Hide inline images" = "Hide inline images"; +"Hide attachements for inline images" = "Hide attachements for inline images"; /* Base font size for messages composed in HTML */ "Default font size" = "Default font size"; diff --git a/UI/PreferencesUI/French.lproj/Localizable.strings b/UI/PreferencesUI/French.lproj/Localizable.strings index 2841afd75..e39bebfb4 100644 --- a/UI/PreferencesUI/French.lproj/Localizable.strings +++ b/UI/PreferencesUI/French.lproj/Localizable.strings @@ -205,7 +205,7 @@ "Insert signature on reply" = "Insérer la signature sur une réponse"; "Insert signature on forward" = "Insérer la signature sur un transfert"; "Show recipients or sender full email in mailboxes" = "Afficher l'email complet du destinataire ou expéditeur dans les boîtes aux lettres"; -"Hide inline images" = "Cacher les images 'inline'"; +"Hide attachements for inline images" = "Cacher les pièces jointes pour les images 'inline'"; /* Base font size for messages composed in HTML */ "Default font size" = "Taille de la police par défaut"; diff --git a/UI/Templates/PreferencesUI/UIxPreferences.wox b/UI/Templates/PreferencesUI/UIxPreferences.wox index 91d2031c7..d60e7bfc7 100644 --- a/UI/Templates/PreferencesUI/UIxPreferences.wox +++ b/UI/Templates/PreferencesUI/UIxPreferences.wox @@ -710,8 +710,8 @@ ng-model="app.preferences.defaults.SOGoMailHideInlineAttachments" ng-true-value="1" ng-false-value="0" - label:aria-label="Hide inline images"> - + label:aria-label="Hide attachements for inline images"> +