From 555309d7a9194718ed62f5d1ef492b53bde0a236 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 20 Oct 2011 15:34:00 +0000 Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. This time we cleanup messages, and localized messages. --- opendj-sdk/opends/src/admin/messages/DebugTargetCfgDefn_ko.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/admin/messages/DebugTargetCfgDefn_ko.properties b/opendj-sdk/opends/src/admin/messages/DebugTargetCfgDefn_ko.properties index ebe7a3e..58e39e7 100644 --- a/opendj-sdk/opends/src/admin/messages/DebugTargetCfgDefn_ko.properties +++ b/opendj-sdk/opends/src/admin/messages/DebugTargetCfgDefn_ko.properties @@ -20,8 +20,8 @@ property.debug-level.syntax.enumeration.value.info.synopsis=Messages with severity level of INFO or higher are logged. property.debug-level.syntax.enumeration.value.verbose.synopsis=Messages with severity level of VERBOSE or higher are logged. property.debug-level.syntax.enumeration.value.warning.synopsis=Messages with severity level of WARNING or higher are logged. -property.debug-scope.synopsis=Specifies the fully-qualified OpenDS Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp). -property.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDS Java package, class, or method name. +property.debug-scope.synopsis=Specifies the fully-qualified OpenDJ Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp). +property.debug-scope.syntax.string.pattern.synopsis=The fully-qualified OpenDJ Java package, class, or method name. property.include-throwable-cause.synopsis=Specifies the property to indicate whether to include the cause of exceptions in exception thrown and caught messages. property.omit-method-entry-arguments.synopsis=Specifies the property to indicate whether to include method arguments in debug messages. property.omit-method-return-value.synopsis=Specifies the property to indicate whether to include the return value in debug messages. -- Gitblit v1.10.0