From f4ab50501ebc3d216dd216c72f5f8ff53fa6efc1 Mon Sep 17 00:00:00 2001 From: Kim Carlbäcker Date: Tue, 12 Jul 2016 00:21:26 +0200 Subject: [Fix] Don't display way too large files #1513 (#3253) * Add MaxDisplayFileSize setting * Don't show files that are too large * Localized FileTooLarge * Change IsFileTooBig => IsFileTooLarge --- conf/locale/locale_en-US.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/locale/locale_en-US.ini') diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 0339387a45..6f63412f92 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -409,6 +409,7 @@ file_raw = Raw file_history = History file_view_raw = View Raw file_permalink = Permalink +file_too_large = This file is too large to be shown commits.commits = Commits commits.search = Search commits -- cgit v1.2.3