diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 02:56:16 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-16 02:56:16 +0200 |
commit | d9a3904454980dd10f5fddd973e254ab138764b6 (patch) | |
tree | fa6809d2100a2fa7612cec44dfb330194c112c70 /template/en/default/setup | |
parent | 3a8142ae9f3cd14b6ca54c6db6f6f07fb9025fe8 (diff) | |
download | bugzilla-d9a3904454980dd10f5fddd973e254ab138764b6.tar.gz bugzilla-d9a3904454980dd10f5fddd973e254ab138764b6.tar.xz |
Bug 466419: Add SSL support for SMTP
r/a=mkanat
Diffstat (limited to 'template/en/default/setup')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 0bf3bdd7c..bbc188efb 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -106,6 +106,7 @@ END feature_moving => 'Move Bugs Between Installations', feature_patch_viewer => 'Patch Viewer', feature_smtp_auth => 'SMTP Authentication', + feature_smtp_ssl => 'SSL Support for SMTP', feature_updates => 'Automatic Update Notifications', feature_xmlrpc => 'XML-RPC Interface', feature_detect_charset => 'Automatic charset detection for text attachments', |