fix key settings_passwordStrength_desc

This commit is contained in:
Uwe Steinmann 2015-03-19 09:36:52 +01:00
parent 67bd3171b4
commit d2b26fafc4

View File

@ -334,7 +334,7 @@ if(!is_writeable($settings->_configFilePath)) {
<td><?php printMLText("settings_enablePasswordForgotten");?>:</td>
<td><input name="enablePasswordForgotten" type="checkbox" <?php if ($settings->_enablePasswordForgotten) echo "checked" ?> /></td>
</tr>
<tr title="<?php printMLText("settings_passwordЅtrength_desc");?>">
<tr title="<?php printMLText("settings_passwordStrength_desc");?>">
<td><?php printMLText("settings_passwordStrength");?>:</td>
<td><input type="text" name="passwordStrength" value="<?php echo $settings->_passwordStrength; ?>" size="2" /></td>
</tr>