From 40324bf329df970912461424ea6b7d0cfee4d171 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 07 Apr 2008 22:14:12 +0000 Subject: [PATCH] Fix for issue 3128 (missing word in INFO_REPLICATION_ENABLE_SECURE1_PROMPT in admin_tools.properties) --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index af9e86d..4727124 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -579,7 +579,7 @@ server? INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=Replication port for the first \ server (the port must be free) -INFO_REPLICATION_ENABLE_SECURE1_PROMPT=Do want replication to use encrypted \ +INFO_REPLICATION_ENABLE_SECURE1_PROMPT=Do you want replication to use encrypted \ communication when connecting to replication port %s on the first server? INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=Bind DN for the first server INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=Password for %s on the first server: @@ -591,7 +591,7 @@ server? INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=Replication port for the \ second server (the port must be free) -INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Do want replication to use encrypted \ +INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Do you want replication to use encrypted \ communication when connecting to replication port %s on the second server? INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=Bind DN for the second server INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Password for %s on the second server: -- Gitblit v1.10.0