mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
Add better description for project conversion
This commit is contained in:
parent
957608abe6
commit
d983ed1b1f
@ -1086,9 +1086,11 @@ BARS.defineActions(function() {
|
||||
title: 'dialog.convert_project.title',
|
||||
width: 540,
|
||||
form: {
|
||||
text: {type: 'info', text: 'dialog.convert_project.text'},
|
||||
current: {type: 'info', label: 'dialog.convert_project.current_format', text: Format.name || '-'},
|
||||
format: {
|
||||
text1: {type: 'info', text: 'dialog.convert_project.text1'},
|
||||
text2: {type: 'info', text: 'dialog.convert_project.text2'},
|
||||
text3: {type: 'info', text: 'dialog.convert_project.text3'},
|
||||
current: {type: 'info', label: 'dialog.convert_project.current_format', text: Format.name || '-'},
|
||||
format: {
|
||||
label: 'data.format',
|
||||
type: 'select',
|
||||
options,
|
||||
|
File diff suppressed because one or more lines are too long
@ -386,7 +386,9 @@
|
||||
"dialog.project.shadow_size": "Shadow Size",
|
||||
|
||||
"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.text1": "Convert the project into a different format.",
|
||||
"dialog.convert_project.text2": "Use conversion at your own risk. Formats have different features and restrictions, so converting will in some cases break parts of your project.",
|
||||
"dialog.convert_project.text3": "You cannot undo converting, that is why by default a copy will be created.",
|
||||
"dialog.convert_project.current_format": "Current Format",
|
||||
"dialog.convert_project.create_copy": "Create Copy",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user