From 50c662df0991513185cc2c079a4283ddd669b3dc Mon Sep 17 00:00:00 2001
From: jpikus <jpikus@localhost>
Date: Mon, 14 Sep 2009 15:37:06 +0000
Subject: [PATCH] update l10n generated files 

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

diff --git a/opends/src/admin/messages/MemoryBackendCfgDefn.properties b/opends/src/admin/messages/MemoryBackendCfgDefn.properties
index c4ab102..c61fad6 100644
--- a/opends/src/admin/messages/MemoryBackendCfgDefn.properties
+++ b/opends/src/admin/messages/MemoryBackendCfgDefn.properties
@@ -12,5 +12,5 @@
 property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the backend implementation.
 property.writability-mode.synopsis=Specifies the behavior that the backend should use when processing write operations.
 property.writability-mode.syntax.enumeration.value.disabled.synopsis=Causes all write attempts to fail.
-property.writability-mode.syntax.enumeration.value.enabled.synopsis=Allows write operations to be performed in that backend (if the requested operation is valid, the user has permission to perform the operation, the backend supports that type of write operation, and the global writability mode property is also enabled).
+property.writability-mode.syntax.enumeration.value.enabled.synopsis=Allows write operations to be performed in that backend (if the requested operation is valid, the user has permission to perform the operation, the backend supports that type of write operation, and the global writability-mode property is also enabled).
 property.writability-mode.syntax.enumeration.value.internal-only.synopsis=Causes external write attempts to fail but allows writes by replication and internal operations.

--
Gitblit v1.10.0