diff options
author | 2009-01-24 19:35:29 -0500 | |
---|---|---|
committer | 2009-01-24 19:35:29 -0500 | |
commit | 3683ae697764031b2f06af8da9716a59256110dc (patch) | |
tree | 438cb2a2b8694a4af4f5824d322ae6869682fcc8 /core/locale.lua | |
parent | eca986bf03db898995fd1742af981ed94d2746bf (diff) | |
download | textadept-3683ae697764031b2f06af8da9716a59256110dc.tar.gz textadept-3683ae697764031b2f06af8da9716a59256110dc.zip |
Added Find in Files support.
Diffstat (limited to 'core/locale.lua')
-rw-r--r-- | core/locale.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 |