diff options
Diffstat (limited to 'setup.php')
| -rw-r--r-- | setup.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -528,10 +528,10 @@ if (empty($_POST['wtname']) || empty($_POST['wtuser']) || strlen($_POST['wtpass' '>', WT_I18N::translate('none'), '</option>', '<option value="tls" ', $_POST['smtpsecure']=='tls' ? 'selected="selected"' : '', - '>', /* I18n: Transport Layer Security - a secure communications protocol */ WT_I18N::translate('tls'), '</option>', + '>', /* I18N: Transport Layer Security - a secure communications protocol */ WT_I18N::translate('tls'), '</option>', '<option value="ssl" ', $_POST['smtpsecure']=='ssl' ? 'selected="selected"' : '', - '>', /* I18n: Secure Sockets Layer - a secure communications protocol*/ WT_I18N::translate('ssl'), '</option>', + '>', /* I18N: Secure Sockets Layer - a secure communications protocol*/ WT_I18N::translate('ssl'), '</option>', '</select></td><td>', WT_I18N::translate('Most servers do not use secure connections.'), '</td></tr><tr><td>', |
