From 5b5badc833bd2383dbbd3a906101a823d5dba20c 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. --- opendj-sdk/opends/src/admin/messages/SMTPAccountStatusNotificationHandlerCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/admin/messages/SMTPAccountStatusNotificationHandlerCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/SMTPAccountStatusNotificationHandlerCfgDefn.properties index ada86f7..5be28fe 100644 --- a/opendj-sdk/opends/src/admin/messages/SMTPAccountStatusNotificationHandlerCfgDefn.properties +++ b/opendj-sdk/opends/src/admin/messages/SMTPAccountStatusNotificationHandlerCfgDefn.properties @@ -2,7 +2,7 @@ user-friendly-plural-name=SMTP Account Status Notification Handlers synopsis=The SMTP Account Status Notification Handler is a notification handler that sends email messages to end users and/or administrators whenever an account status notification is generated. property.email-address-attribute-type.synopsis=Specifies which attribute in the user's entries may be used to obtain the email address when notifying the end user. -property.email-address-attribute-type.description=You can specify more than one email address as separate values. In this case, the OpenDS server sends a notification to all email addresses identified. +property.email-address-attribute-type.description=You can specify more than one email address as separate values. In this case, the OpenDJ server sends a notification to all email addresses identified. property.email-address-attribute-type.default-behavior.alias.synopsis=If no email address attribute types are specified, then no attempt is made to send email notification messages to end users. Only those users specified in the set of additional recipient addresses are sent the notification messages. property.enabled.synopsis=Indicates whether the SMTP Account Status Notification Handler is enabled. Only enabled handlers are invoked whenever a related event occurs in the server. property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SMTP Account Status Notification Handler implementation. -- Gitblit v1.10.0