From 3b6617f2df302470c23aa0124001d277e6996a2e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 14 Feb 2009 13:17:08 -0500 Subject: Prompt for file reload if it was modified outside of Textadept. --- core/locale.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'core/locale.lua') 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 -- cgit v1.2.3