diff options
author | alecpl <alec@alec.pl> | 2011-11-10 14:30:51 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-10 14:30:51 +0000 |
commit | 710b1bd68465ad919aabd171f1ab597a192c367b (patch) | |
tree | b23fcda6d35b6a6aa33b7dcfc68098daec48985f /program/localization/en_US | |
parent | bed577e41478f39862ec04016aed8d7aaaac7d1e (diff) |
- Add option to skip alternative email addresses in autocompletion
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 77b31b6dd..6aefd6c4a 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -431,6 +431,7 @@ $labels['reqmdn'] = 'Always request a return receipt'; $labels['reqdsn'] = 'Always request a delivery status notification'; $labels['replysamefolder'] = 'Place replies in the folder of the message being replied to'; $labels['defaultaddressbook'] = 'Add new contacts to the selected addressbook'; +$labels['autocompletesingle'] = 'Skip alternative email addresses in autocompletion'; $labels['spellcheckbeforesend'] = 'Check spelling before sending a message'; $labels['spellcheckoptions'] = 'Spellcheck Options'; $labels['spellcheckignoresyms'] = 'Ignore words with symbols'; |