mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-11 07:03:10 +02:00
Fix message typo enter => entering
This commit is contained in:
parent
4b6dd4636f
commit
7947bd7724
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ void AssetMappingsScriptingInterface::getMapping(QString path, QJSValue callback
|
|||
|
||||
void AssetMappingsScriptingInterface::uploadFile(QString path, QString mapping, QJSValue startedCallback, QJSValue completedCallback) {
|
||||
static const QString helpText =
|
||||
"Upload your asset to a specific folder by enter 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.";
|
||||
|
||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||
|
|
Loading…
Reference in a new issue