From 56e00199aa549fd28c8d579fd7305fb08d411f76 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 11 Feb 2012 23:55:53 +0000 Subject: [PATCH] Fix descriptive text on page 1 --- apps/i2ptunnel/jsp/wizard.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 7824d4e92..4f7d5f00d 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -98,7 +98,7 @@

<%=intl._("The first thing to decide is whether you want to create a client or server tunnel.")%> <%=intl._("If you are trying to connect to a remote service (such as an IRC server inside I2P, or a code repository) then you will require a client tunnel.")%> - <%=intl._("Server tunnels are what client tunnels will connect to, and you will need to create one if you want to host a service - e.g. more eepsites, an outproxy, .")%> + <%=intl._("Server tunnels are what client tunnels will connect to, and you will need to create one if you want to host a service - e.g. more eepsites, or an outproxy.")%>