diff options
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/core/locale.conf b/core/locale.conf index b7ea6e68..00300a6b 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -404,8 +404,12 @@ MENU_SEARCH_REPLACE "Replace" MENU_SEARCH_REPLACE_ALL "Replace _All" % core/ext/menu.lua -% "Find in F_iles" -MENU_SEARCH_FIND_IN_FILES "Find in F_iles" +% "Find _Incremental" +MENU_SEARCH_FIND_INCREMENTAL "Find _Incremental" + +% core/ext/menu.lua +% "Find in Fi_les" +MENU_SEARCH_FIND_IN_FILES "Find in Fi_les" % core/ext/menu.lua % "Goto Next File Found" |