From 6794149ec872764ba0ad2d03d998bcd6ebb95f96 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 27 Jul 2023 18:21:47 +0200 Subject: When bisecting, always mark the current commit as good/bad, not the selected For marking as good or bad, the current commit is pretty much always the one you want to mark, not the selected. It's different for skipping; sometimes you know already that a certain commit doesn't compile, for example, so you might navigate there and mark it as skipped. So in the case that the current commit is not the selected one, we now offer two separate menu entries for skipping, one for the current commit and one for the selected. --- pkg/i18n/japanese.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/i18n/japanese.go') diff --git a/pkg/i18n/japanese.go b/pkg/i18n/japanese.go index 6f77aa26d..3cbc6e225 100644 --- a/pkg/i18n/japanese.go +++ b/pkg/i18n/japanese.go @@ -577,7 +577,7 @@ func japaneseTranslationSet() TranslationSet { Bisect: Bisect{ // Mark: "Mark %s as %s", // MarkStart: "Mark %s as %s (start bisect)", - Skip: "%s をスキップする", + SkipCurrent: "%s をスキップする", ResetTitle: "'git bisect' をリセット", ResetPrompt: "'git bisect' をリセットします。よろしいですか?", ResetOption: "Bisectをリセット", -- cgit v1.2.3