diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-15 15:51:55 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-15 15:51:55 +0100 |
commit | 925de78cec848b293266450f9b5dde85f3a9af8f (patch) | |
tree | 71d6dce3e59afb2acc74a3747ee656c0b2a02914 /apps/user_ldap/ajax | |
parent | 92a36ca8b81c48565e98204e1bfdd05a23ff8bbd (diff) | |
download | nextcloud-server-925de78cec848b293266450f9b5dde85f3a9af8f.tar.gz nextcloud-server-925de78cec848b293266450f9b5dde85f3a9af8f.zip |
Join split translated strings
Diffstat (limited to 'apps/user_ldap/ajax')
-rw-r--r-- | apps/user_ldap/ajax/testConfiguration.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php index cfc07ff263e..7ce1258a796 100644 --- a/apps/user_ldap/ajax/testConfiguration.php +++ b/apps/user_ldap/ajax/testConfiguration.php @@ -36,8 +36,7 @@ if($connection->setConfiguration($_POST)) { => $l->t('The configuration is valid and the connection could be established!'))); } else { OCP\JSON::error(array('message' - => $l->t('The configuration is valid, but the Bind failed.' - .' Please check the server settings and credentials.'))); + => $l->t('The configuration is valid, but the Bind failed. Please check the server settings and credentials.'))); } } else { OCP\JSON::error(array('message' |