diff options
author | 2010-09-30 21:35:32 -0400 | |
---|---|---|
committer | 2010-09-30 21:35:32 -0400 | |
commit | 4779c4b32bcae8be98145352c2ba05d88bc75de0 (patch) | |
tree | e8c12829f5ab8bd6ead38b3bcecfbfa7728c004b /core | |
parent | 7365dd7e4f27de629331ce2ed5a5c89c9d0c3432 (diff) | |
download | textadept-4779c4b32bcae8be98145352c2ba05d88bc75de0.tar.gz textadept-4779c4b32bcae8be98145352c2ba05d88bc75de0.zip |
Set max list size for snapopen to prevent blocking.
Diffstat (limited to 'core')
-rw-r--r-- | core/locale.conf | 8 |
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." |