summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-05-18 15:29:37 +0200
committerJesse Duffield <jessedduffield@gmail.com>2023-05-20 12:58:32 +1000
commit64b2685c2dfc34a5cb7f2870e06d649339cc3ccf (patch)
treedda795b927abdd65852e0376b93cf5a3d98a9a42 /pkg/i18n
parent7d4bfb6621163244b5467ab6e6c40571726d7c81 (diff)
Visualize the "ignore whitespace" state in the subtitle of the diff view
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 c1d0b6c0c..7f79cf077 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -481,6 +481,7 @@ type TranslationSet struct {
RandomTip string
SelectParentCommitForMerge string
ToggleWhitespaceInDiffView string
+ IgnoreWhitespaceDiffViewSubTitle string
IgnoringWhitespaceInDiffView string
ShowingWhitespaceInDiffView string
IgnoreWhitespaceNotSupportedHere string
@@ -1153,6 +1154,7 @@ func EnglishTranslationSet() TranslationSet {
RandomTip: "Random Tip",
SelectParentCommitForMerge: "Select parent commit for merge",
ToggleWhitespaceInDiffView: "Toggle whether or not whitespace changes are shown in the diff view",
+ IgnoreWhitespaceDiffViewSubTitle: "(ignoring whitespace)",
IgnoringWhitespaceInDiffView: "Whitespace will be ignored in the diff view",
ShowingWhitespaceInDiffView: "Whitespace will be shown in the diff view",
IgnoreWhitespaceNotSupportedHere: "Ignoring whitespace is not supported in this view",