diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-24 18:13:22 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-24 18:13:22 +0000 |
commit | 5d091c8c2b23dea21a1261ef36e6ce726f737237 (patch) | |
tree | 2104b4fe1b19d22699d1424787ee7650df1fa392 /phpBB | |
parent | c4007ce1ff44b9e4616574c1cc12bab839c4e213 (diff) | |
download | forums-5d091c8c2b23dea21a1261ef36e6ce726f737237.tar forums-5d091c8c2b23dea21a1261ef36e6ce726f737237.tar.gz forums-5d091c8c2b23dea21a1261ef36e6ce726f737237.tar.bz2 forums-5d091c8c2b23dea21a1261ef36e6ce726f737237.tar.xz forums-5d091c8c2b23dea21a1261ef36e6ce726f737237.zip |
Capitalisation
git-svn-id: file:///svn/phpbb/trunk@3706 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/auth/auth_ldap.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/auth/auth_ldap.php b/phpBB/includes/auth/auth_ldap.php index 7df48722de..aa9beee2f9 100644 --- a/phpBB/includes/auth/auth_ldap.php +++ b/phpBB/includes/auth/auth_ldap.php @@ -57,15 +57,15 @@ function admin_ldap(&$new) ?> <tr> - <td class="row1"><?php echo $user->lang['LDAP_server']; ?>:<br /><span class="gensmall"><?php echo $user->lang['LDAP_server_explain']; ?></span></td> + <td class="row1"><?php echo $user->lang['LDAP_SERVER']; ?>:<br /><span class="gensmall"><?php echo $user->lang['LDAP_SERVER_EXPLAIN']; ?></span></td> <td class="row2"><input type="text" size="40" name="ldap_server" value="<?php echo $new['ldap_server']; ?>" /></td> </tr> <tr> - <td class="row1"><?php echo $user->lang['LDAP_dn']; ?>:<br /><span class="gensmall"><?php echo $user->lang['LDAP_dn_explain']; ?></span></td> + <td class="row1"><?php echo $user->lang['LDAP_DN']; ?>:<br /><span class="gensmall"><?php echo $user->lang['LDAP_DN_EXPLAIN']; ?></span></td> <td class="row2"><input type="text" size="40" name="ldap_base_dn" value="<?php echo $new['ldap_base_dn']; ?>" /></td> </tr> <tr> - <td class="row1"><?php echo $user->lang['LDAP_uid']; ?>:<br /><span class="gensmall"><?php echo $user->lang['LDAP_uid_explain']; ?></span></td> + <td class="row1"><?php echo $user->lang['LDAP_UID']; ?>:<br /><span class="gensmall"><?php echo $user->lang['LDAP_UID_EXPLAIN']; ?></span></td> <td class="row2"><input type="text" size="40" name="ldap_uid" value="<?php echo $new['ldap_uid']; ?>" /></td> </tr> <?php |