summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-05-22 05:59:24 +0200
committerlpsolit%gmail.com <>2008-05-22 05:59:24 +0200
commitd636ffc11dcfb6106aafc08481f0db548874e5bc (patch)
treee6e583d352aa835e02f63f9fe49126996698fb1d /template
parent764ae43ee342f020fa3772c7f43428979a54a0ed (diff)
downloadbugzilla-d636ffc11dcfb6106aafc08481f0db548874e5bc.tar.gz
bugzilla-d636ffc11dcfb6106aafc08481f0db548874e5bc.tar.xz
Bug 435114: The description of the LDAPstarttls parameter is not displayed in editparams.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/params/ldap.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl
index 3e4ba5c51..cdc585d74 100644
--- a/template/en/default/admin/params/ldap.html.tmpl
+++ b/template/en/default/admin/params/ldap.html.tmpl
@@ -33,8 +33,8 @@
"separated; each will be tried in turn until a connection is " _
"established.",
- LDAPstartls => "Whether to require encrypted communication once normal " _
- "LDAP connection achieved with the server.",
+ LDAPstarttls => "Whether to require encrypted communication once a normal " _
+ "LDAP connection is achieved with the server.",
LDAPbinddn => "If your LDAP server requires that you use a binddn and password " _
"instead of binding anonymously, enter it here " _