diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-26 16:34:28 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-26 16:34:28 +0100 |
commit | b4150bdc2c461def4ea3a0e9a3ed38bbcf631084 (patch) | |
tree | 2c465995c346dbb6b55df8c315699c3e340f28df /lib | |
parent | 2e206e75efe39d8e8d038606d2f4998d7a5e440a (diff) | |
download | rpg-b4150bdc2c461def4ea3a0e9a3ed38bbcf631084.tar.gz rpg-b4150bdc2c461def4ea3a0e9a3ed38bbcf631084.tar.bz2 |
fixed wrong format string in authldap translation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/authldap/lang/es/lang.php | 4 |
1 files 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'; |