From 3cdb7a881523ba1c3d148cc118c9889830f699cd Mon Sep 17 00:00:00 2001 From: Gaetan Boismal <gaetan.boismal@forgerock.com> Date: Mon, 31 Oct 2016 14:00:38 +0000 Subject: [PATCH] OPENDJ-2772 Improve sdk ldapmodify --- opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties index d50ae23..a470461 100644 --- a/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties +++ b/opendj-ldap-toolkit/src/main/resources/com/forgerock/opendj/ldap/tools/tools.properties @@ -72,8 +72,7 @@ attempting to open the LDIF file %s for reading: %s ERR_LDIF_FILE_CANNOT_OPEN_FOR_WRITE=An error occurred while \ attempting to open the LDIF file %s for writing: %s -ERR_LDIF_FILE_READ_ERROR=An error occurred while attempting to read \ - the contents of LDIF file %s: %s +ERR_LDIF_FILE_READ_ERROR=An error occurred while attempting to read the contents of LDIF file(s): %s INFO_BIND_PASSWORD_EXPIRED=# Your password has expired INFO_BIND_PASSWORD_EXPIRING=# Your password will expire in %s INFO_BIND_ACCOUNT_LOCKED=# Your account has been locked -- Gitblit v1.10.0