From f2224b9c97041d11402b720a53fe4cd181ff5d89 Mon Sep 17 00:00:00 2001 From: anija-anil <135797466+anija-anil@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:58:25 +0530 Subject: [PATCH] Minor messaging improvements (#2057) --- .../i18n/LoggingLocalizationResource.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/localization/i18n/LoggingLocalizationResource.java b/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/localization/i18n/LoggingLocalizationResource.java index 868e3f19f4..d7ece81ad9 100644 --- a/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/localization/i18n/LoggingLocalizationResource.java +++ b/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/localization/i18n/LoggingLocalizationResource.java @@ -494,13 +494,13 @@ public class LoggingLocalizationResource extends ListResourceBundle { { "corrupt_object_referenced_through_mapping", "corrupt object referenced through mapping: {0}" }, { "corrupt_object", "corrupt object: {0}" }, - { "encryptor_decrypt_old_algorithm", "Database password used in {0} was encrypted by deprecated algorithm." + - "\nIt is recommended to re-encrypt it by `passwordUpdate.sh` from eclipselink.zip bundle."}, - { "encryptor_decrypt_old_algorithm_without_session_name", "Database password was encrypted by deprecated algorithm." + - "\nIt is recommended to re-encrypt it by `passwordUpdate.sh` from eclipselink.zip bundle."}, + { "encryptor_decrypt_old_algorithm", "The Database password used in {0} was encrypted by a deprecated algorithm." + + "\nReencrypt it by `passwordUpdate.sh` from eclipselink.zip bundle."}, + { "encryptor_decrypt_old_algorithm_without_session_name", "The Database password was encrypted by a deprecated algorithm." + + "\nReencrypt it by `passwordUpdate.sh` from eclipselink.zip bundle."}, { "encryptor_script_usage", "Usage is `passwordUpdate.sh|.cmd -ip `"}, - { "encryptor_script_description", "This application internally decrypt old encrypted password used by some previous version EclipseLink and encrypt it by latest algorithm."}, - { "encryptor_script_output", "Re-encrypted password is: {0}"} + { "encryptor_script_description", "This application internally decrypts an old encrypted password that was used by a previous EclipseLink version and encrypts it by the latest algorithm."}, + { "encryptor_script_output", "Reencrypted password is: {0}"} };