aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-02-14 13:17:08 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-02-14 13:17:08 -0500
commit3b6617f2df302470c23aa0124001d277e6996a2e (patch)
treed14f89ec1e7c704317d134b713b5640b0eddebe6 /core/locale.lua
parent11b06ce10256daad65a4dae95657710dc1902218 (diff)
Prompt for file reload if it was modified outside of Textadept.
Diffstat (limited to 'core/locale.lua')
-rw-r--r--core/locale.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/locale.lua b/core/locale.lua
index 22113b1e..7b584a5c 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -66,6 +66,18 @@ IO_CLOSE_TITLE = 'Save?'
IO_CLOSE_TEXT = 'Save changes before closing?'
-- You will have to save changes manually.
IO_CLOSE_MSG = 'You will have to save changes manually.'
+-- Reload?
+IO_RELOAD_TITLE = 'Reload?'
+-- Reload modified file?
+IO_RELOAD_TEXT = 'Reload modified file?'
+-- '%s'
+-- has been modified outside of Textadept.
+-- Reload it to reflect the newest version?
+IO_RELOAD_MSG = [[
+'%s'
+has been modified outside of Textadept.
+Reload it to reflect the newest version?
+]]
-- core/iface.lua