mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
Add short description for disabled texture packs
This commit is contained in:
parent
028c9f899f
commit
fa7fe40509
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user