aboutsummaryrefslogtreecommitdiff
path: root/core/ext/find.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/ext/find.lua')
-rw-r--r--core/ext/find.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ext/find.lua b/core/ext/find.lua
index 1f3dfa99..950d5aa7 100644
--- a/core/ext/find.lua
+++ b/core/ext/find.lua
@@ -81,7 +81,6 @@ local function find_(text, next, flags, nowrap, wrapped)
local utf8_dir =
textadept.dialog('fileselect',
'--title', locale.FIND_IN_FILES_TITLE,
- '--text', locale.FIND_IN_FILES_TEXT,
'--select-only-directories',
'--with-directory',
(buffer.filename or ''):match('^.+[/\\]') or '',