Skip to content

Commit 49b5ae6

Browse files
committed
fixup! Add merge options menu
1 parent 0bfc9a8 commit 49b5ae6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/i18n/english.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ type TranslationSet struct {
6363
ToggleTreeViewTooltip string
6464
OpenDiffTool string
6565
OpenMergeTool string
66-
OpenMergeToolTooltip string
6766
Refresh string
6867
RefreshTooltip string
6968
Push string
@@ -1142,7 +1141,6 @@ func EnglishTranslationSet() *TranslationSet {
11421141
ToggleTreeViewTooltip: "Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.\n\nThe default can be changed in the config file with the key 'gui.showFileTree'.",
11431142
OpenDiffTool: "Open external diff tool (git difftool)",
11441143
OpenMergeTool: "Open external merge tool",
1145-
OpenMergeToolTooltip: "Run `git mergetool`.",
11461144
Refresh: "Refresh",
11471145
RefreshTooltip: "Refresh the git state (i.e. run `git status`, `git branch`, etc in background to update the contents of panels). This does not run `git fetch`.",
11481146
Push: "Push",

0 commit comments

Comments
 (0)