mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-21 01:13:37 +08:00
Display current format when converting project
This commit is contained in:
parent
027115c86f
commit
29d003b41b
@ -363,8 +363,9 @@ BARS.defineActions(function() {
|
||||
title: 'dialog.convert_project.title',
|
||||
width: 540,
|
||||
form: {
|
||||
text: {type: 'info', text: 'dialog.convert_project.text'},
|
||||
format: {
|
||||
text: {type: 'info', text: 'dialog.convert_project.text'},
|
||||
current: {type: 'info', label: 'dialog.convert_project.current_format', text: Format.name || '-'},
|
||||
format: {
|
||||
label: 'data.format',
|
||||
type: 'select',
|
||||
default: Format.id,
|
||||
|
@ -271,6 +271,7 @@
|
||||
|
||||
"dialog.convert_project.title": "Convert Project",
|
||||
"dialog.convert_project.text": "Are you sure you want to convert this project? You cannot undo this step.",
|
||||
"dialog.convert_project.current_format": "Current Format",
|
||||
|
||||
"dialog.select_texture.import_all": "Import All",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user