summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/japanese.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-02-19 15:20:00 +0100
committerStefan Haller <stefan@haller-berlin.de>2023-02-20 07:40:05 +0100
commita349e886ce1c39dd2e279b83eaaefed523df9fa7 (patch)
treea62e4392f9316b0a343873fa6800d29d73645301 /pkg/i18n/japanese.go
parentdd61c49a1544e44da4602a7643723e4c6c240648 (diff)
Allow interactive rebasing all the way down to the first commit
Pass --root instead of a sha when we want to rebase down to the initial commit.
Diffstat (limited to 'pkg/i18n/japanese.go')
-rw-r--r--pkg/i18n/japanese.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/i18n/japanese.go b/pkg/i18n/japanese.go
index 122fd3133..891d737b0 100644
--- a/pkg/i18n/japanese.go
+++ b/pkg/i18n/japanese.go
@@ -215,8 +215,7 @@ func japaneseTranslationSet() TranslationSet {
LcCherryPickCopyRange: "コミットを範囲コピー (cherry-pick)",
LcPasteCommits: "コミットを貼り付け (cherry-pick)",
// SureCherryPick: "Are you sure you want to cherry-pick the copied commits onto this branch?",
- CherryPick: "Cherry-Pick",
- // CannotRebaseOntoFirstCommit: "You cannot interactive rebase onto the first commit",
+ CherryPick: "Cherry-Pick",
Donate: "支援",
AskQuestion: "質問",
PrevLine: "前の行を選択",