diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 16705433d..ae9951da9 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -2756,7 +2756,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 attachements for inline images if set to `YES`. Default value is `NO`. +|Hide attachments for inline images if set to `YES`. Default value is `NO`. |U |SOGoMailCustomFullName diff --git a/UI/MailerUI/UIxMailListActions.m b/UI/MailerUI/UIxMailListActions.m index 979fc0c10..6d2f8cf0b 100644 --- a/UI/MailerUI/UIxMailListActions.m +++ b/UI/MailerUI/UIxMailListActions.m @@ -376,7 +376,7 @@ } NS_HANDLER { - [self logWithFormat: @"Error while parsing attachements for rendering bracket"]; + [self logWithFormat: @"Error while parsing attachments for rendering bracket"]; } NS_ENDHANDLER; diff --git a/UI/PreferencesUI/English.lproj/Localizable.strings b/UI/PreferencesUI/English.lproj/Localizable.strings index 718d6ad09..0eb87a4e3 100644 --- a/UI/PreferencesUI/English.lproj/Localizable.strings +++ b/UI/PreferencesUI/English.lproj/Localizable.strings @@ -206,7 +206,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 attachements for inline images" = "Hide attachements for inline images"; +"Hide attachements for inline images" = "Hide attachments for inline images"; /* Base font size for messages composed in HTML */ "Default font size" = "Default font size"; diff --git a/UI/Templates/PreferencesUI/UIxPreferences.wox b/UI/Templates/PreferencesUI/UIxPreferences.wox index 6cb676955..6f759fc9a 100644 --- a/UI/Templates/PreferencesUI/UIxPreferences.wox +++ b/UI/Templates/PreferencesUI/UIxPreferences.wox @@ -716,7 +716,7 @@ ng-model="app.preferences.defaults.SOGoMailHideInlineAttachments" ng-true-value="1" ng-false-value="0" - label:aria-label="Hide attachements for inline images"> + label:aria-label="Hide attachments for inline images">