From b4150bdc2c461def4ea3a0e9a3ed38bbcf631084 Mon Sep 17 00:00:00 2001
From: Anika Henke <anika@selfthinker.org>
Date: Sun, 26 Jul 2015 16:34:28 +0100
Subject: [PATCH] fixed wrong format string in authldap translation

---
 lib/plugins/authldap/lang/es/lang.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/plugins/authldap/lang/es/lang.php b/lib/plugins/authldap/lang/es/lang.php
index e68a42603..64ea7b964 100644
--- a/lib/plugins/authldap/lang/es/lang.php
+++ b/lib/plugins/authldap/lang/es/lang.php
@@ -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';
-- 
GitLab