Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add short description for disabled texture packs
- Loading branch information
Showing
with
4 additions
and
1 deletion.
-
+4
−1
builtin/mainmenu/tab_texturepacks.lua
|
@@ -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 |
|
|
|
|
|