Rename locale -> lang_text

This commit is contained in:
Insality
2020-02-22 15:24:52 +03:00
parent 2c0b100ab7
commit 640753c080
7 changed files with 46 additions and 43 deletions

View File

@@ -29,7 +29,7 @@ end
local function init_top_panel(self)
self.druid:new_button("button_left/button", on_control_button, -1)
self.druid:new_button("button_right/button", on_control_button, 1)
self.header = self.druid:new_locale("text_header", "main_page")
self.header = self.druid:new_lang_text("text_header", "main_page")
end