summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-29 13:56:03 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-29 18:26:24 +1100
commit33d287d2f0c6335559ac75c1b9a4705dfaa9ad7b (patch)
tree3e687983a7013ce2f02e471315755b6b54f4e956 /pkg/i18n
parent9eb1cbc51434697e4a7edac8bd14839847719af3 (diff)
remove old diff mode code
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 90a682a99..392813d0b 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -37,12 +37,6 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "CommitsTitle",
Other: "Commits",
}, &i18n.Message{
- ID: "CommitsDiffTitle",
- Other: "Commits (specific diff mode)",
- }, &i18n.Message{
- ID: "CommitsDiff",
- Other: "select commit to diff with another commit",
- }, &i18n.Message{
ID: "StashTitle",
Other: "Stash",
}, &i18n.Message{