Customized fork of github.com/rxi/lite

Changed EmptyView text from `empty` to `lite`

rxi e7cf551e 064b6d0b

Changed files
+1 -1
data
+1 -1
data/core/rootview.lua
··· 13 13 self:draw_background(style.background) 14 14 local pos = self.position 15 15 local x, y, w, h = pos.x, pos.y, self.size.x, self.size.y 16 - local _, y = common.draw_text(style.big_font, style.dim, "empty", "center", x, y, w, h) 16 + local _, y = common.draw_text(style.big_font, style.dim, "lite", "center", x, y, w, h) 17 17 local lines = { 18 18 { fmt = "%s to run a command", cmd = "core:command-finder" }, 19 19 { fmt = "%s to open a file from the project", cmd = "core:file-finder" },