diff options
author | 2010-03-25 06:31:16 -0400 | |
---|---|---|
committer | 2010-03-25 06:31:16 -0400 | |
commit | 9583dadb72798bddcf14260d263a2b3b9ac451a3 (patch) | |
tree | 0b949e1939c4c6d5e7b5e9bd49a66bb53b91708c /core | |
parent | 67fdad16ebd8874420fd95e8329070dfe4f78e47 (diff) | |
download | textadept-9583dadb72798bddcf14260d263a2b3b9ac451a3.tar.gz textadept-9583dadb72798bddcf14260d263a2b3b9ac451a3.zip |
Added notification for session files not found.
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 2a933b40..8d8bdb11 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -654,3 +654,11 @@ M_TEXTADEPT_RUN_FILE_DOES_NOT_EXIST "The file "%s" does not exist." % modules/textadept/snippets.lua % "Lexer %s\nStyle %s (%d)" M_TEXTADEPT_SNIPPETS_SHOW_STYLE "Lexer %s\nStyle %s (%d)" + +% modules/textadept/session.lua +% "Session Files Not Found" +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" |