1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

update wording

This commit is contained in:
Jesse Duffield
2021-03-14 20:30:06 +11:00
parent def68ddc8f
commit f871724ae6
4 changed files with 5 additions and 5 deletions

View File

@ -475,7 +475,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Contexts: []string{FILES_CONTEXT_KEY},
Key: gui.getKey(config.Universal.GoInto),
Handler: gui.handleEnterFile,
Description: gui.Tr.StageLines,
Description: gui.Tr.FileEnter,
},
{
ViewName: "files",