diff options
author | 2020-08-20 23:17:19 -0400 | |
---|---|---|
committer | 2020-08-20 23:17:19 -0400 | |
commit | 1b35a0de0f05d2db27fa3af211e3098c8a20caec (patch) | |
tree | 85a8583919810ae4ecb7d3f497fb0a805083c9d0 /core/locales/locale.it.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/locales/locale.it.conf')
-rw-r--r-- | core/locales/locale.it.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf index 48987955..1dde5e31 100644 --- a/core/locales/locale.it.conf +++ b/core/locales/locale.it.conf @@ -113,6 +113,8 @@ Files(F4) = File(F4) # The statusbar text shown when a search has wrapped back to the beginning of # the buffer. Search wrapped = La ricerca รจ ricominciata +# 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 = Nessun risultato trovato # The title of the dialog for selecting files to search in. |