Skip to content

Commit 4bd9291

Browse files
authored
Update en_US.inc (#55)
1 parent a02106e commit 4bd9291

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

localization/en_US.inc

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?php
22

33
$labels = array();
4-
$labels['preference'] = 'Reply address (Custom From)';
5-
$labels['preference_compose'] = 'Custom address when replying to an e-mail';
4+
$labels['preference'] = 'Reply address (Custom from)';
5+
$labels['preference_compose'] = 'Custom address when replying to an email';
66
$labels['preference_compose_contains'] = '...and recipient address contains';
77
$labels['preference_compose_identity'] = 'Use identity\'s name and signature';
8-
$labels['preference_compose_identity_exact'] = 'If address matches exactly';
9-
$labels['preference_compose_identity_loose'] = 'Always';
8+
$labels['preference_compose_identity_exact'] = 'if address matches exactly';
9+
$labels['preference_compose_identity_loose'] = 'always';
1010
$labels['preference_compose_subject'] = 'Enable when one of my identities';
11-
$labels['preference_compose_subject_always'] = 'Always enable with default identity';
12-
$labels['preference_compose_subject_domain'] = 'Uses same domain than one of recipients';
13-
$labels['preference_compose_subject_exact'] = 'Is one of the recipients';
11+
$labels['preference_compose_subject_always'] = 'Always enable default identity';
12+
$labels['preference_compose_subject_domain'] = 'uses same domain as one of the recipients';
13+
$labels['preference_compose_subject_exact'] = 'is one of the recipients';
1414
$labels['preference_compose_subject_never'] = 'Never enable automatically';
15-
$labels['preference_compose_subject_prefix'] = 'Is one of recipients with +suffix';
15+
$labels['preference_compose_subject_prefix'] = 'is one of recipients with +suffix';
1616
$labels['custom_from_off'] = 'Select identity';
1717
$labels['custom_from_off_hint'] = 'Select sender from identities list';
1818
$labels['custom_from_on'] = 'Custom identity';

0 commit comments

Comments
 (0)