summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/japanese.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-07-27 18:21:47 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-07-29 14:44:00 +0200
commit6794149ec872764ba0ad2d03d998bcd6ebb95f96 (patch)
treea7abd671722953175274da96aa077033233bee7d /pkg/i18n/japanese.go
parenta4772ae606174fb5cf5da2a3530e77f9d42352e4 (diff)
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.
Diffstat (limited to 'pkg/i18n/japanese.go')
-rw-r--r--pkg/i18n/japanese.go2
1 files changed, 1 insertions, 1 deletions
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をリセット",