Changed EmptyView text from `empty` to `lite`

This commit is contained in:
rxi 2020-05-26 10:33:07 +01:00
parent 064b6d0b95
commit e7cf551e22
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function EmptyView:draw()
self:draw_background(style.background)
local pos = self.position
local x, y, w, h = pos.x, pos.y, self.size.x, self.size.y
local _, y = common.draw_text(style.big_font, style.dim, "empty", "center", x, y, w, h)
local _, y = common.draw_text(style.big_font, style.dim, "lite", "center", x, y, w, h)
local lines = {
{ fmt = "%s to run a command", cmd = "core:command-finder" },
{ fmt = "%s to open a file from the project", cmd = "core:file-finder" },