From 09960e519cb96cf4bae82879e4dac1baced76336 Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Tue, 03 Jun 2014 10:57:51 +0000 Subject: [PATCH] Fix OPENDJ-1427: Control-panel reports duplicate ds-sync-hist values for pwdHistory --- opends/src/messages/messages/admin_tool.properties | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 2945d4d..73be39d 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -20,7 +20,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions copyright 2011-2013 ForgeRock AS. +# Portions copyright 2011-2014 ForgeRock AS. # Portions copyright 2012 profiq s.r.o. @@ -2917,7 +2917,6 @@ INFO_CTRL_PANEL_DUPLICATE_ENTRY_NEWPASSWORD_LABEL=New Password: INFO_CTRL_PANEL_DUPLICATE_ENTRY_CONFIRMNEWPASSWORD_LABEL=Password (confirm): INFO_CTRL_PANEL_DUPLICATE_ENTRY_PASSWORD_INFO=Leave empty for no password. -INFO_CTRL_PANEL_DS_SYNC_HIST_BINARY_VALUE=<Binary Value> INFO_REQUIRED_ICON_ACCESSIBLE_DESCRIPTION=Required Icon. INFO_WARNING_ICON_ACCESSIBLE_DESCRIPTION=Warning Icon. INFO_ERROR_DURING_PURGE_HISTORICAL_NO_LOG=Unexpected error during \ -- Gitblit v1.10.0