From 4779c4b32bcae8be98145352c2ba05d88bc75de0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 30 Sep 2010 21:35:32 -0400 Subject: Set max list size for snapopen to prevent blocking. --- core/locale.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core') diff --git a/core/locale.conf b/core/locale.conf index 7de8701a..d6df2c3f 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -658,3 +658,11 @@ M_SESSION_FILES_NOT_FOUND_TITLE "Session Files Not Found" % modules/textadept/session.lua % "The following session files were not found" M_SESSION_FILES_NOT_FOUND_TEXT "The following session files were not found" + +% modules/textadept/snapopen.lua +% "File Limit Exceeded" +M_SNAPOPEN_LIMIT_EXCEEDED_TITLE "File Limit Exceeded" + +% modules/textadept/snapopen.lua +% "%s files or more were found. Showing the first %s." +M_SNAPOPEN_LIMIT_EXCEEDED_TEXT "%s files or more were found. Showing the first %s." -- cgit v1.2.3