diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 6d41d31d6..3768ec97d 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -1206,7 +1206,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.",