From c0c7011643a6ffa7c549ad4eff662309644b244c Mon Sep 17 00:00:00 2001 From: Cow Date: Sun, 4 Jul 2021 11:33:31 +0200 Subject: Added separate max file size for latest.log --- src/main/resources/assets/cowlection/lang/en_US.lang | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 9f7c5cf..0c7d1da 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -20,8 +20,10 @@ cowlection.config.logsDirs=Directories with Minecraft log files cowlection.config.logsDirs.tooltip=List of directories containing Minecraft logs cowlection.config.defaultStartDate=Start date for log file search §c[see tooltip!] cowlection.config.defaultStartDate.tooltip=§eCan be either a §6number§e (e.g. "§63§e" means "§6start searching 3 months ago§e"),\n§eor alternatively a §6fixed date §e(§6yyyy-mm-dd§e) -cowlection.config.maxLogFileSize=Maximum log file size (in KB) to analyze -cowlection.config.maxLogFileSize.tooltip=§eLog files larger than this value will be skipped/ignored +cowlection.config.maxLogFileSize=Maximum .log.gz file size (in KB) to analyze +cowlection.config.maxLogFileSize.tooltip=§e.log.gz files larger than this value will be skipped/ignored +cowlection.config.maxLatestLogFileSize=Maximum latest.log file size (in KB) to analyze +cowlection.config.maxLatestLogFileSize.tooltip=§elatest.log files larger than this value will be skipped/ignored cowlection.config.gotoKeyBindings=Change key bindings cowlection.config.gotoKeyBindings.tooltip=Some key bindings can be found in the 'Cowlection' sub-category cowlection.config.doUpdateCheck=Check for updates -- cgit