Commit fb7c63ac authored by Bill Lynch's avatar Bill Lynch Committed by bill

Text updates


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@167 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4ac02d9e
...@@ -134,14 +134,14 @@ below. ...@@ -134,14 +134,14 @@ below.
</tr> </tr>
<tr> <tr>
<td class="jive-setup-category"> <td class="jive-setup-category">
messengerHome Directory conf Directory
<br> <br>
<span class="jive-info"> <span class="jive-info">
<% boolean messengerHomeOK = true; <% boolean messengerHomeOK = true;
if (messengerHomeErrors.size() == 0) { if (messengerHomeErrors.size() == 0) {
%> %>
Valid messengerHome directory. Valid conf directory.
<% } else { <% } else {
messengerHomeOK = false; messengerHomeOK = false;
...@@ -149,17 +149,17 @@ below. ...@@ -149,17 +149,17 @@ below.
<% if (messengerHomeErrors.get("exists") != null) { %> <% if (messengerHomeErrors.get("exists") != null) { %>
Unable to locate valid messengerHome directory. Please refer to the installation Unable to locate valid conf directory. Please refer to the installation
documentation for the correct way to set the messengerHome directory. documentation for the correct way to set the conf directory.
<% } else if (messengerHomeErrors.get("read") != null) { %> <% } else if (messengerHomeErrors.get("read") != null) { %>
Setup was able to find your messengerHome directory but does not have read Setup was able to find your conf directory but does not have read
permission on it. Please alter the directory permissions. permission on it. Please alter the directory permissions.
<% } else if (messengerHomeErrors.get("write") != null) { %> <% } else if (messengerHomeErrors.get("write") != null) { %>
Setup was able to find your messengerHome directory but does not have write permission Setup was able to find your conf directory but does not have write permission
on it. Please alter the directory permissions. on it. Please alter the directory permissions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment