Fix message typo enter => entering

This commit is contained in:
Ryan Huffman 2016-03-15 10:11:53 -07:00
parent 4b6dd4636f
commit 7947bd7724

View file

@ -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>();