From 1898212d7ca2e56fe894e4df68907ff4ac360fed Mon Sep 17 00:00:00 2001
From: david_page <david_page@localhost>
Date: Tue, 09 Oct 2007 19:53:07 +0000
Subject: [PATCH] Elide 2 spurious quotation marks.

---
 opends/src/messages/messages/core.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index f04b76a..d5eaf50 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -1736,7 +1736,7 @@
  input stream:  %s
 SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE_687=CryptoManager \
  failed to import the symmetric key entry "%s" because it could not obtain a \
- symmetric key attribute value that can be decoded by this instance"
+ symmetric key attribute value that can be decoded by this instance
 SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER_688=CryptoManager failed \
  to import the symmetric key entry "%s":  %s
 MILD_ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM_689=CryptoManager failed \
@@ -1745,4 +1745,4 @@
  to add locally produced symmetric key entry "%s":  %s
 SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY_691=CryptoManager \
  failed to import the symmetric key entry "%s" because it could not add \
- a symmetric key attribute value that can be decoded by this instance"
+ a symmetric key attribute value that can be decoded by this instance

--
Gitblit v1.10.0