From 1b35a0de0f05d2db27fa3af211e3098c8a20caec Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 20 Aug 2020 23:17:19 -0400 Subject: Show "Match X/Y" in statusbar when searching for text. --- core/locale.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index daca45fa..53f16fa8 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -113,6 +113,8 @@ Files(F4) = Files(F4) # The statusbar text shown when a search has wrapped back to the beginning of # the buffer. Search wrapped = Search wrapped +# Part of the statusbar text "Match X/Y" shown during searches. +Match = Match # The statusbar text shown when the text to search for was not found. No results found = No results found # The title of the dialog for selecting files to search in. -- cgit v1.2.3