Author: toad
Date: 2006-12-01 01:24:40 +0000 (Fri, 01 Dec 2006)
New Revision: 11160
Modified:
trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
Marginally better message
Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2006-12-01
01:23:30 UTC (rev 11159)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2006-12-01
01:24:40 UTC (rev 11160)
@@ -127,7 +127,7 @@
if(!mimeType.startsWith("text/plain")) {
option =
optionList.addChild("li");
option.addChild("a", "href",
basePath + key.toString(false) + "?force=" + getForceValue(key, now)+extras,
"Click here");
- option.addChild("#", " to open
the file as " + mimeType + '.');
+ option.addChild("#", " to open
the file as " + mimeType + " (<b>this may also be dangerous</b>).");
}
option = optionList.addChild("li");
option.addChild("a", "href", "/",
"Click here");