mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 11:19:51 +02:00
Added space
This commit is contained in:
parent
2a9bbfa808
commit
126f05f8bd
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void AssetMappingsScriptingInterface::getMapping(QString path, QJSValue callback
|
|||
|
||||
void AssetMappingsScriptingInterface::uploadFile(QString path, QString mapping, QJSValue startedCallback, QJSValue completedCallback, bool dropEvent) {
|
||||
static const QString helpText =
|
||||
"Upload your asset to a specific folder by entering the full path. Specifying"
|
||||
"Upload your asset to a specific folder by entering the full path. Specifying "
|
||||
"a new folder name will automatically create that folder for you.";
|
||||
static const QString dropHelpText =
|
||||
"This file will be added to your Asset Server.\n"
|
||||
|
|
Loading…
Reference in a new issue