Skip to content

Commit

Permalink
Add short description for disabled texture packs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy authored and paramat committed Aug 13, 2017
1 parent 028c9f8 commit fa7fe40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion builtin/mainmenu/tab_texturepacks.lua
Expand Up @@ -63,7 +63,10 @@ local function get_formspec(tabview, name, tabdata)
if current_texture_path == "" then
retval = retval ..
render_texture_pack_list(list) ..
";" .. index .. "]"
";" .. index .. "]" ..
"textarea[0.6,2.85;3.7,1.5;;" ..
fgettext("Default textures will be used.") ..
";]"
return retval
end

Expand Down

0 comments on commit fa7fe40

Please sign in to comment.