summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-06-03 13:50:26 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-03 12:54:14 +1000
commit3ca1292fb4d688559c81f08c449d14ae4031e60b (patch)
tree7eb7977396cb1b50350bb887787b6a1a8cfa671d /pkg/i18n
parent13c1103815e791966615647726000f2e3a7de828 (diff)
Show filter status similar to what we show with search
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index e59d5e4df..62b9c0015 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -539,6 +539,7 @@ type TranslationSet struct {
SearchPrefix string
FilterPrefix string
ExitSearchMode string
+ ExitTextFilterMode string
Actions Actions
Bisect Bisect
}
@@ -1226,6 +1227,7 @@ func EnglishTranslationSet() TranslationSet {
CopyPatchToClipboard: "Copy patch to clipboard",
NoMatchesFor: "No matches for '%s' %s",
ExitSearchMode: "%s: Exit search mode",
+ ExitTextFilterMode: "%s: Exit filter mode",
MatchesFor: "matches for '%s' (%d of %d) %s", // lowercase because it's after other text
SearchKeybindings: "%s: Next match, %s: Previous match, %s: Exit search mode",
SearchPrefix: "Search: ",