Add better description for project conversion

This commit is contained in:
JannisX11 2023-06-27 22:54:13 +02:00
parent 957608abe6
commit d983ed1b1f
3 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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",