From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 23 Jun 2011 17:07:56 +0000 Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable. --- opends/src/admin/messages/AlertHandlerCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/AlertHandlerCfgDefn.properties b/opends/src/admin/messages/AlertHandlerCfgDefn.properties index 4ea6c72..ee70a34 100644 --- a/opends/src/admin/messages/AlertHandlerCfgDefn.properties +++ b/opends/src/admin/messages/AlertHandlerCfgDefn.properties @@ -1,6 +1,6 @@ user-friendly-name=Alert Handler user-friendly-plural-name=Alert Handlers -synopsis=Alert Handlers are used to notify administrators of significant problems or notable events that occur in the Directory Server. +synopsis=Alert Handlers are used to notify administrators of significant problems or notable events that occur in the OpenDJ directory server. property.disabled-alert-type.synopsis=Specifies the names of the alert types that are disabled for this alert handler. property.disabled-alert-type.description=If there are any values for this attribute, then no alerts with any of the specified types are allowed. If there are no values for this attribute, then only alerts with a type included in the set of enabled alert types are allowed, or if there are no values for the enabled alert types option, then all alert types are allowed. property.disabled-alert-type.default-behavior.alias.synopsis=If there is a set of enabled alert types, then only alerts with one of those types are allowed. Otherwise, all alerts are allowed. -- Gitblit v1.10.0