summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorDavyd McColl <davydm@gmail.com>2021-05-28 12:02:19 +0200
committerJesse Duffield <jessedduffield@gmail.com>2021-07-01 17:13:13 +1000
commita9f04d3925bff4ec487a8c622ce84c79ef64ab87 (patch)
tree58f80bb76136d06e5c5d189f89fd4174c3099d58 /pkg/i18n
parent83834a2c2e50922d58b052b116d50a9fc3903e84 (diff)
:sparkles: facilitate toggling whitespace in the diff view with a hotkey (c-w by default)
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 fc7d59ebb..755f7c1be 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -451,6 +451,7 @@ type TranslationSet struct {
CommandLogHeader string
RandomTip string
SelectParentCommitForMerge string
+ ToggleWhitespaceInDiffView string
Spans Spans
}
@@ -995,6 +996,7 @@ func englishTranslationSet() TranslationSet {
CommandLogHeader: "You can hide/focus this panel by pressing '%s' or hide it permanently in your config with `gui.showCommandLog: false`\n",
RandomTip: "Random Tip",
SelectParentCommitForMerge: "Select parent commit for merge",
+ ToggleWhitespaceInDiffView: "Toggle whether or not whitespace changes are shown in the diff view",
Spans: Spans{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",