aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.lua
diff options
context:
space:
mode:
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