summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/chinese.go1
-rw-r--r--pkg/i18n/dutch.go1
-rw-r--r--pkg/i18n/english.go2
-rw-r--r--pkg/i18n/polish.go1
4 files changed, 0 insertions, 5 deletions
diff --git a/pkg/i18n/chinese.go b/pkg/i18n/chinese.go
index 117f1f6c8..3167e0bf8 100644
--- a/pkg/i18n/chinese.go
+++ b/pkg/i18n/chinese.go
@@ -109,7 +109,6 @@ func chineseTranslationSet() TranslationSet {
Squash: "压缩",
LcPickCommit: "选择提交(变基过程中)",
LcRevertCommit: "还原提交",
- OnlyRewordTopCommit: "只能从 lazygit 内部重写最高的提交。请使用 shift-R",
LcRewordCommit: "改写提交",
LcDeleteCommit: "删除提交",
LcMoveDownCommit: "下移提交",
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index f2f270dff..914d558fe 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -79,7 +79,6 @@ func dutchTranslationSet() TranslationSet {
Squash: "Squash",
LcPickCommit: "kies commit (wanneer midden in rebase)",
LcRevertCommit: "commit ongedaan maken",
- OnlyRewordTopCommit: "Je kan alleen de bovenste commit hernoemen",
LcRewordCommit: "hernoem commit",
LcDeleteCommit: "verwijder commit",
LcMoveDownCommit: "verplaats commit 1 naar beneden",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 7cf9d17b8..2defb4ae6 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -93,7 +93,6 @@ type TranslationSet struct {
Squash string
LcPickCommit string
LcRevertCommit string
- OnlyRewordTopCommit string
LcRewordCommit string
LcDeleteCommit string
LcMoveDownCommit string
@@ -645,7 +644,6 @@ func EnglishTranslationSet() TranslationSet {
Squash: "Squash",
LcPickCommit: "pick commit (when mid-rebase)",
LcRevertCommit: "revert commit",
- OnlyRewordTopCommit: "Can only reword topmost commit from within lazygit. Use shift+R instead",
LcRewordCommit: "reword commit",
LcDeleteCommit: "delete commit",
LcMoveDownCommit: "move commit down one",
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 88970215f..5994a59e9 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -69,7 +69,6 @@ func polishTranslationSet() TranslationSet {
YouNoCommitsToSquash: "Nie masz commitów do spłaszczenia",
Fixup: "Napraw",
SureFixupThisCommit: "Jesteś pewny, ze chcesz naprawić ten commit? Commit poniżej zostanie spłaszczony w górę wraz z tym",
- OnlyRewordTopCommit: "Można zmienić nazwę tylko ostatniemu commitowi",
LcRewordCommit: "zmień nazwę commita",
LcRenameCommitEditor: "zmień nazwę commita w edytorze",
Error: "Błąd",