Author: toad
Date: 2006-06-21 20:42:24 +0000 (Wed, 21 Jun 2006)
New Revision: 9342
Modified:
trunk/freenet/src/freenet/node/useralerts/IPUndetectedUserAlert.java
Log:
improve useralert
Modified: trunk/freenet/src/freenet/node/useralerts/IPUndetectedUserAlert.java
===================================================================
--- trunk/freenet/src/freenet/node/useralerts/IPUndetectedUserAlert.java
2006-06-21 20:38:50 UTC (rev 9341)
+++ trunk/freenet/src/freenet/node/useralerts/IPUndetectedUserAlert.java
2006-06-21 20:42:24 UTC (rev 9342)
@@ -16,7 +16,9 @@
"(or the IP address of your NAT or Firewall). You can
still exchange " +
"references with other people, however this will only
work if the other " +
"user is not behind a NAT or Firewall. As soon as you
have connected to " +
- "one other user in this way, Freenet will be able to
determine your external IP address.";
+ "one other user in this way, Freenet will be able to
determine your " +
+ "external IP address. You can determine your current IP
address and tell " +
+ "your node with the 'Temporary IP address hint' <a
href=\"/config/\">configuration parameter</a>.";
}
public short getPriorityClass() {