mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Reword
This commit is contained in:
parent
70811f9501
commit
f19c38f6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ function M:spot_multi(job, comp)
|
|||
|
||||
local rows = {
|
||||
ui.Row({ "Multi" }):style(ui.Style():fg("green")),
|
||||
ui.Row { " Count:", string.format("%d items", #self.selected) },
|
||||
ui.Row { " Count:", string.format("%d selected", #self.selected) },
|
||||
ui.Row { " Size:", ya.readable_size(self.sum) .. (comp and "" or " (?)") },
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue