mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +02:00
use breaks in help messages for file paths
This commit is contained in:
parent
8eaea8a7ff
commit
8c2d69f865
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@
|
|||
"name": "assets_path",
|
||||
"type": "string",
|
||||
"label": "Assets Path",
|
||||
"help": "The path to the directory assets are stored in.<br/>If this path is relative, it will be relative to the application data directory. If you change this path you will need to manually copy any existing assets from the previous directory.",
|
||||
"help": "The path to the directory assets are stored in.<br/>If this path is relative, it will be relative to the application data directory.<br/>If you change this path you will need to manually copy any existing assets from the previous directory.",
|
||||
"placeholder": "assets",
|
||||
"default": "assets",
|
||||
"advanced": true
|
||||
|
@ -386,7 +386,7 @@
|
|||
{
|
||||
"name": "persistFilePath",
|
||||
"label": "Entities File Path",
|
||||
"help": "The path to the file entities are stored in. If this path is relative it will be relative to the application data directory. The filename must end in .json.gz.",
|
||||
"help": "The path to the file entities are stored in.<br/>If this path is relative it will be relative to the application data directory.<br/>The filename must end in .json.gz.",
|
||||
"placeholder": "models.json.gz",
|
||||
"default": "models.json.gz",
|
||||
"advanced": true
|
||||
|
|
Loading…
Reference in a new issue