From 4ec3d2091a8f5c26b4c4463b4fa9c89ef26f63ba Mon Sep 17 00:00:00 2001 From: Chris <31969757+ChrisvanChip@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:50:29 +0200 Subject: [PATCH] fix(typo): Fix typo 'attachements' (#367) * fix: Fix typo 'attachements' * fix: Use original translation key for typo fix --- Documentation/SOGoInstallationGuide.asciidoc | 2 +- UI/MailerUI/UIxMailListActions.m | 2 +- UI/PreferencesUI/English.lproj/Localizable.strings | 2 +- UI/Templates/PreferencesUI/UIxPreferences.wox | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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">