Skip to content
Snippets Groups Projects
Commit b4150bdc authored by Anika Henke's avatar Anika Henke
Browse files

fixed wrong format string in authldap translation

parent 2e206e75
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* @author Mauricio Segura <maose38@yahoo.es>
*/
$lang['connectfail'] = 'LDAP no se puede conectar: %5';
$lang['connectfail'] = 'LDAP no se puede conectar: %s';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment