summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 7f79cf077..ea34ae022 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -482,8 +482,6 @@ type TranslationSet struct {
SelectParentCommitForMerge string
ToggleWhitespaceInDiffView string
IgnoreWhitespaceDiffViewSubTitle string
- IgnoringWhitespaceInDiffView string
- ShowingWhitespaceInDiffView string
IgnoreWhitespaceNotSupportedHere string
IncreaseContextInDiffView string
DecreaseContextInDiffView string
@@ -1155,8 +1153,6 @@ func EnglishTranslationSet() TranslationSet {
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",
IncreaseContextInDiffView: "Increase the size of the context shown around changes in the diff view",
DecreaseContextInDiffView: "Decrease the size of the context shown around changes in the diff view",