translation fix

This commit is contained in:
Fabian Franz 2016-01-31 11:29:53 +01:00
parent 67d418a9ee
commit fbc5401d1f

View File

@ -985,7 +985,7 @@ include("head.inc");
</div>
<div id="showldap" style="display:none">
<input name="ldap" type="text" class="form-control unknown" id="ldap" size="80" value="<?=htmlspecialchars($pconfig['ldap']);?>" /><br />
<?=gettext("Leave blank to disable. Enter a full URI for the LDAP server in the form ldap://ldap.example.com/dc=example,dc=com");?>
<?=sprintf(gettext("Leave blank to disable. Enter a full URI for the LDAP server in the form %s"),'ldap://ldap.example.com/dc=example,dc=com')?>
</div>
</td>
</tr>