Author: toad Date: 2007-04-18 13:17:23 +0000 (Wed, 18 Apr 2007) New Revision: 12771
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties Log: Fix typo Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties =================================================================== --- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-04-18 13:16:16 UTC (rev 12770) +++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-04-18 13:17:23 UTC (rev 12771) @@ -195,7 +195,7 @@ LogConfigHandler.minLoggingPriority=Minimum priority to log messages at LogConfigHandler.minLoggingPriorityLong=Minimum priority at which messages are logged. options are debug, minor, normal, error, in order of diminishing verbosity LogConfigHandler.detaildPriorityThreshold=Detailed priority thresholds -LogConfigHandler.detaildPriorityThresholdLong=LogConfigHandler.detaildPriorityThresholdLongLogConfigHandler.detaildPriorityThresholdLongDetailed priority thresholds, example freenet:normal,freenet.node:minor +LogConfigHandler.detaildPriorityThresholdLong=Detailed priority thresholds, example freenet:normal,freenet.node:minor LogConfigHandler.rotationInterval=Log rotation interval LogConfigHandler.rotationIntervalLong=Log rotation interval - period after which logs are rotated. We keep the last two log files (current and prev), plus lots of compressed logfiles up to maxZippedLogsSize LogConfigHandler.maxCachedBytes=Max cached log bytes in RAM
