aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-09-30 21:35:32 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-09-30 21:35:32 -0400
commit4779c4b32bcae8be98145352c2ba05d88bc75de0 (patch)
treee8c12829f5ab8bd6ead38b3bcecfbfa7728c004b /core
parent7365dd7e4f27de629331ce2ed5a5c89c9d0c3432 (diff)
downloadtextadept-4779c4b32bcae8be98145352c2ba05d88bc75de0.tar.gz
textadept-4779c4b32bcae8be98145352c2ba05d88bc75de0.zip
Set max list size for snapopen to prevent blocking.
Diffstat (limited to 'core')
-rw-r--r--core/locale.conf8
1 files changed, 8 insertions, 0 deletions
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."