diff options
author | 2009-07-08 21:18:27 -0400 | |
---|---|---|
committer | 2009-07-08 21:18:27 -0400 | |
commit | 29808b6c6224d22a2f36b1d1a573b23001a0638c (patch) | |
tree | f4009d66af4754efbbd1c9a902fbc35701b6c7c4 /core/locale.conf | |
parent | 3c3401d47c364140d8e1ebe95f6cb2b9e188f698 (diff) | |
download | textadept-29808b6c6224d22a2f36b1d1a573b23001a0638c.tar.gz textadept-29808b6c6224d22a2f36b1d1a573b23001a0638c.zip |
Better session management.
Can load and save from the menu now as well.
Diffstat (limited to 'core/locale.conf')
-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 98f48b97..a7ce2028 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -648,6 +648,14 @@ MENU_HELP_LUADOC "_LuaDoc" MENU_BROWSER_ERROR "Error loading webpage.\nCheck the browser path in core/ext/menu.lua" % core/ext/menu.lua +% "Load Session" +MENU_LOAD_SESSION_TITLE "Load Session" + +% core/ext/menu.lua +% "Save Session" +MENU_SAVE_SESSION_TITLE "Save Session" + +% core/ext/menu.lua % "Unknown command: " MENU_UNKNOWN_COMMAND "Unknown command: " |