fix: add also unstage

This commit is contained in:
n4n5 2026-03-09 19:28:59 -06:00
parent 2f6d20275a
commit 4f4a4dd85c
No known key found for this signature in database
GPG key ID: 79414EADC6D4B457

View file

@ -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.",