Author: toad
Date: 2007-03-31 14:32:41 +0000 (Sat, 31 Mar 2007)
New Revision: 12465

Modified:
   trunk/freenet/src/freenet/node/updater/NodeUpdaterManager.java
Log:
Some people don't know what a revocation key is

Modified: trunk/freenet/src/freenet/node/updater/NodeUpdaterManager.java
===================================================================
--- trunk/freenet/src/freenet/node/updater/NodeUpdaterManager.java      
2007-03-31 14:03:55 UTC (rev 12464)
+++ trunk/freenet/src/freenet/node/updater/NodeUpdaterManager.java      
2007-03-31 14:32:41 UTC (rev 12465)
@@ -115,8 +115,8 @@
                }

         updaterConfig.register("revocationURI",        REVOCATION_URI,4,
-                       true, false, "Where should the node look for revocation 
?",
-                       "Where should the node look for revocation ?",
+                       true, false, "Where should the node look for the 
revocation key ?",
+                       "URI for the revocation key. If this is found the node 
will display its contents and disable the auto-updater.",
                        new UpdateRevocationURICallback());

         // FIXME remove


Reply via email to