diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 9f34dd388..d1e7108c0 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -126,7 +126,7 @@ <%=intl._("Try this if none of the tunnel types below fit your requirements, or you don't know what type of tunnel you need.")%> HTTP - <%=intl._("Tunnel that acts as an HTTP proxy for reaching eepsites inside I2P")%> + <%=intl._("Tunnel that acts as an HTTP proxy for reaching eepsites inside I2P.")%> <%=intl._("Set your browser to use this tunnel as an http proxy, or set your \"http_proxy\" environment variable for command-line applications in GNU/Linux.")%> <%=intl._("Websites outside I2P can also be reached if an HTTP proxy within I2P is known.")%> @@ -150,7 +150,7 @@ <%=intl._("This enables TCP connections to be made through an HTTP outproxy, assuming the proxy supports the CONNECT command.")%> Streamr - <%=intl._("A customised client tunnel for Streamr.")%> + <%=intl._("A customised client tunnel for Streamr.")%><% //XXX TODO<%=intl._("I have no idea what this is.")%> <% } else { @@ -172,7 +172,7 @@ <%=intl._("Usually, a separate tunnel needs to be created for each IRC server that is to be accessible inside I2P.")%> Streamr - <%=intl._("A customised server tunnel for Streamr.")%> + <%=intl._("A customised server tunnel for Streamr.")%><% //XXX TODO<%=intl._("I have no idea what this is.")%> <% } @@ -276,7 +276,7 @@ if ((tunnelIsClient && "streamrclient".equals(tunnelType)) || (!tunnelIsClient && !"streamrserver".equals(tunnelType))) { if (curPage == 5) { %>

- <%=intl._("This is the IP that your service is running on, this is usually on the same machine so 127.0.0.1 is autofilled.")%> + <%=intl._("This is the IP that your service is running on, this is usually on the same machine so 127.0.0.1 is autofilled.")%><% //XXX TODO<%=intl._("For some reason streamrclient also uses this.")%>

@@ -310,7 +310,7 @@ if (curPage == 5) { %>

<%=intl._("This is the port that the client tunnel will be accessed from locally.")%> - <%=intl._("This is also the client port for the httpbidirserver tunnel.")%> + <%=intl._("This is also the client port for the HTTPBidir server tunnel.")%>