From e7d7cc6fc2ba2d1c40786d210875b98f298ed5cf Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 14 Aug 2015 21:33:39 -0700 Subject: [PATCH] Added space after error intro --- app/config/version.php | 2 +- app/lang/en/admin/users/message.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/config/version.php b/app/config/version.php index 9d1d77f26f..2ac1e1bba5 100644 --- a/app/config/version.php +++ b/app/config/version.php @@ -1,5 +1,5 @@ 'v2.0-pre', - 'hash_version' => 'v2.0-pre-beta-381-ge14ebd0', + 'hash_version' => 'v2.0-pre-beta-382-ga57a465', ); \ No newline at end of file diff --git a/app/lang/en/admin/users/message.php b/app/lang/en/admin/users/message.php index e37d7301ee..87b3150555 100755 --- a/app/lang/en/admin/users/message.php +++ b/app/lang/en/admin/users/message.php @@ -33,10 +33,10 @@ return array( 'import' => 'There was an issue importing users. Please try again.', 'asset_already_accepted' => 'This asset has already been accepted.', 'accept_or_decline' => 'You must either accept or decline this asset.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', + 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', + 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', ), 'deletefile' => array(