From 3683ae697764031b2f06af8da9716a59256110dc Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 24 Jan 2009 19:35:29 -0500 Subject: Added Find in Files support. --- core/locale.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/locale.lua') diff --git a/core/locale.lua b/core/locale.lua index c01c6604..4eaa2177 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -86,6 +86,10 @@ FIND_ERROR_DIALOG_TITLE = 'Error' FIND_ERROR_DIALOG_TEXT = 'An error occured' -- "%d replacement(s) made" FIND_REPLACEMENTS_MADE = '%d replacement(s) made' +-- Find in Files +FIND_IN_FILES_TITLE = 'Find in Files' +-- Select Directory to Search +FIND_IN_FILES_TEXT = 'Select Directory to Search' -- core/ext/keys.lua -- cgit v1.2.3