summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 960958209..27a227b3a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -452,8 +452,8 @@ type TranslationSet struct {
RandomTip string
SelectParentCommitForMerge string
ToggleWhitespaceInDiffView string
- IgnoringWhitespaceInDiffView string
- ShowingWhitespaceInDiffView string
+ IgnoringWhitespaceInDiffView string
+ ShowingWhitespaceInDiffView string
Spans Spans
}
@@ -999,8 +999,8 @@ 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",
- IgnoringWhitespaceInDiffView: "Whitespace will be ignored in the diff view",
- ShowingWhitespaceInDiffView: "Whitespace will be shown in the diff view",
+ IgnoringWhitespaceInDiffView: "Whitespace will be ignored in the diff view",
+ ShowingWhitespaceInDiffView: "Whitespace will be shown in the diff view",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",