Author: toad Date: 2008-10-03 16:33:18 +0000 (Fri, 03 Oct 2008) New Revision: 22931
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties Log: Rewrite description Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties =================================================================== --- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-10-03 16:25:58 UTC (rev 22930) +++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-10-03 16:33:18 UTC (rev 22931) @@ -714,7 +714,7 @@ Node.storePreallocate=Preallocate space for datastore Node.storePreallocateLong=Preallocate space for datastore Node.storeSaltHashResizeOnStart=Resize store on node start (salt-hash only) -Node.storeSaltHashResizeOnStartLong=Resize store on node start (salt-hash only). If this is true, the node would complete the resize before starting up other services. +Node.storeSaltHashResizeOnStartLong=Resize store on node start (salt-hash only). If this is true, the node will complete resizing the datastore during startup. This will complete much faster than doing it "on the fly", but on the other hand the node will not be available for some time while it completes the resize. Node.storeSize=Store size in bytes Node.storeSizeLong=Store size in bytes Node.storeType=Store type (LEAVE THIS ALONE)
