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

Update disabled message

This commit is contained in:
Brandon
2025-04-04 23:08:25 -07:00
committed by Stefan Haller
parent 2db0a024bc
commit f75c0af6e0
4 changed files with 9 additions and 9 deletions

View File

@ -1223,7 +1223,7 @@ func (self *FilesController) canRemove(selectedNodes []*filetree.FileNode) *type
return nil
})
if uniqueSelectedSubmodules.Len() > 0 && (hasFiles || uniqueSelectedSubmodules.Len() > 1) {
return &types.DisabledReason{Text: self.c.Tr.RangeSelectNotSupportedForSubmodules}
return &types.DisabledReason{Text: self.c.Tr.MultiSelectNotSupportedForSubmodules}
}
}