mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fix: add also unstage
This commit is contained in:
parent
2f6d20275a
commit
4f4a4dd85c
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue