Author: Jogy
Date: 2006-08-24 12:09:00 +0000 (Thu, 24 Aug 2006)
New Revision: 10252

Modified:
   trunk/freenet/src/freenet/node/updater/NodeUpdater.java
Log:
behavioral clarification

Modified: trunk/freenet/src/freenet/node/updater/NodeUpdater.java
===================================================================
--- trunk/freenet/src/freenet/node/updater/NodeUpdater.java     2006-08-24 
04:41:42 UTC (rev 10251)
+++ trunk/freenet/src/freenet/node/updater/NodeUpdater.java     2006-08-24 
12:09:00 UTC (rev 10252)
@@ -624,7 +624,7 @@
         SubConfig updaterConfig = new SubConfig("node.updater", config);

         updaterConfig.register("enabled", 
WrapperManager.isControlledByNativeWrapper(), 1, true, "Check for, and download 
new versions",
-                       "Should your node automatically check for new versions 
of Freenet. If yes, new versions will be automatically detected and downloaded, 
but not necessarily installed.",
+                       "Should your node automatically check for new versions 
of Freenet. If yes, new versions will be automatically detected and downloaded, 
but not necessarily installed. This setting resets itself always back to false 
unless the node runs within the wrapper.",
                        new UpdaterEnabledCallback(node, config));

         boolean enabled = updaterConfig.getBoolean("enabled");


Reply via email to