mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Rename Textures panel to Images in image editor
This commit is contained in:
parent
7965a500bf
commit
5fa191200f
@ -132,11 +132,13 @@ new ModelFormat('image', {
|
||||
onActivation() {
|
||||
Interface.preview.classList.add('image_mode');
|
||||
UVEditor.vue.hidden = false;
|
||||
Interface.preview.append(document.getElementById('UVEditor'))
|
||||
Interface.preview.append(document.getElementById('UVEditor'));
|
||||
Panels.textures.handle.firstChild.textContent = tl('panel.textures.images');
|
||||
},
|
||||
onDeactivation() {
|
||||
Interface.preview.classList.remove('image_mode');
|
||||
Panels.uv.node.append(document.getElementById('UVEditor'))
|
||||
Panels.uv.node.append(document.getElementById('UVEditor'));
|
||||
Panels.textures.handle.firstChild.textContent = tl('panel.textures');
|
||||
},
|
||||
codec
|
||||
})
|
||||
|
@ -2055,6 +2055,7 @@
|
||||
"panel.uv": "UV",
|
||||
"panel.display": "Display",
|
||||
"panel.textures": "Textures",
|
||||
"panel.textures.images": "Images",
|
||||
"panel.layers": "Layers",
|
||||
"panel.color": "Color",
|
||||
"panel.color.picker": "Picker",
|
||||
|
Loading…
Reference in New Issue
Block a user