diff options
author | 2020-08-20 23:17:19 -0400 | |
---|---|---|
committer | 2020-08-20 23:17:19 -0400 | |
commit | 1b35a0de0f05d2db27fa3af211e3098c8a20caec (patch) | |
tree | 85a8583919810ae4ecb7d3f497fb0a805083c9d0 /core/locale.conf | |
parent | 30f5250828d0dffe9bf14cf48db530ddf6ca3c9d (diff) | |
download | textadept-1b35a0de0f05d2db27fa3af211e3098c8a20caec.tar.gz textadept-1b35a0de0f05d2db27fa3af211e3098c8a20caec.zip |
Show "Match X/Y" in statusbar when searching for text.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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. |