@@ -266,10 +266,10 @@ type TranslationSet struct {
266266 MergeBranchTooltip string
267267 RegularMerge string
268268 RegularMergeTooltip string
269- SquashMergeUncommittedTitle string
270269 SquashMergeUncommitted string
271- SquashMergeCommittedTitle string
270+ SquashMergeUncommittedTooltip string
272271 SquashMergeCommitted string
272+ SquashMergeCommittedTooltip string
273273 ConfirmQuit string
274274 SwitchRepo string
275275 AllBranchesLogGraph string
@@ -1353,10 +1353,10 @@ func EnglishTranslationSet() *TranslationSet {
13531353 MergeBranchTooltip : "View options for merging the selected item into the current branch (regular merge, squash merge)" ,
13541354 RegularMerge : "Regular merge" ,
13551355 RegularMergeTooltip : "Merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}'." ,
1356- SquashMergeUncommittedTitle : "Squash merge and leave uncommitted" ,
1357- SquashMergeUncommitted : "Squash merge '{{.selectedBranch}}' into the working tree." ,
1358- SquashMergeCommittedTitle : "Squash merge and commit" ,
1359- SquashMergeCommitted : "Squash merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}' as a single commit." ,
1356+ SquashMergeUncommitted : "Squash merge and leave uncommitted" ,
1357+ SquashMergeUncommittedTooltip : "Squash merge '{{.selectedBranch}}' into the working tree." ,
1358+ SquashMergeCommitted : "Squash merge and commit" ,
1359+ SquashMergeCommittedTooltip : "Squash merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}' as a single commit." ,
13601360 ConfirmQuit : `Are you sure you want to quit?` ,
13611361 SwitchRepo : `Switch to a recent repo` ,
13621362 AllBranchesLogGraph : `Show/cycle all branch logs` ,
0 commit comments