summaryrefslogtreecommitdiff
path: root/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'setup.php')
-rw-r--r--setup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.php b/setup.php
index a9a5c2f2f3..05c7c11a8c 100644
--- a/setup.php
+++ b/setup.php
@@ -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>',