From 4f4a4dd85c7870fe2d9a86c12b0d377a0dadc4fc Mon Sep 17 00:00:00 2001 From: n4n5 Date: Mon, 9 Mar 2026 19:28:59 -0600 Subject: [PATCH] fix: add also unstage --- pkg/i18n/english.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 4c423c2bc..b9d112600 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -1161,7 +1161,7 @@ func EnglishTranslationSet() *TranslationSet { HunksWithOnlyAddedLinesWarning: "There are ranges of only added lines in the diff; be careful to check that these belong in the found base commit.\n\nProceed?", StatusTitle: "Status", Execute: "Execute", - Stage: "Stage", + Stage: "Stage/Unstage", StageTooltip: "Toggle staged for selected file.", ToggleStagedAll: "Stage all", ToggleStagedAllTooltip: "Toggle staged/unstaged for all files in working tree.",