Skip to content

Commit 76fef08

Browse files
committed
fixup! Add tooltips for commit log menu
1 parent 4d65874 commit 76fef08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/i18n/english.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ func EnglishTranslationSet() *TranslationSet {
18081808
LogMenuTitle: "Commit Log Options",
18091809
ToggleShowGitGraphAll: "Toggle show whole git graph (pass the `--all` flag to `git log`)",
18101810
ShowGitGraph: "Show git graph",
1811-
ShowGitGraphTooltip: "Show or hide the git graph in the commit log.\n\nThe default for this can be changed in the config file with the key 'git.log.showGraph'.",
1811+
ShowGitGraphTooltip: "Show or hide the git graph in the commit log.\n\nThe default can be changed in the config file with the key 'git.log.showGraph'.",
18121812
SortOrder: "Sort order",
18131813
SortOrderPromptLocalBranches: "The default sort order for local branches can be set in the config file with the key 'git.localBranchSortOrder'.",
18141814
SortOrderPromptRemoteBranches: "The default sort order for remote branches can be set in the config file with the key 'git.remoteBranchSortOrder'.",
@@ -1817,7 +1817,7 @@ func EnglishTranslationSet() *TranslationSet {
18171817
SortByRecency: "Recency",
18181818
SortBasedOnReflog: "(based on reflog)",
18191819
SortCommits: "Commit sort order",
1820-
SortCommitsTooltip: "Change the sort order of the commits in the commit log.\n\nThe default for this can be changed in the config file with the key 'git.log.sortOrder'.",
1820+
SortCommitsTooltip: "Change the sort order of the commits in the commit log.\n\nThe default can be changed in the config file with the key 'git.log.sortOrder'.",
18211821
CantChangeContextSizeError: "Cannot change context while in patch building mode because we were too lazy to support it when releasing the feature. If you really want it, please let us know!",
18221822
OpenCommitInBrowser: "Open commit in browser",
18231823
ViewBisectOptions: "View bisect options",

0 commit comments

Comments
 (0)