mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 18:05:36 +00:00
fix(typo): Fix typo 'attachements' (#367)
* fix: Fix typo 'attachements' * fix: Use original translation key for typo fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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">
|
||||
<var:string label:value="Hide attachements for inline images"/>
|
||||
</md-checkbox>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user