mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +02:00
Fix misspelling in lost-connection-to-atp error
This commit is contained in:
parent
a6d148475b
commit
f0c9badbd6
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ ScrollingWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleGetMappingsError(errorString) {
|
function handleGetMappingsError(errorString) {
|
||||||
errorMessageBox("There was a problem retreiving the list of assets from your Asset Server.\n" + errorString);
|
errorMessageBox("There was a problem retrieving the list of assets from your Asset Server.\n" + errorString);
|
||||||
}
|
}
|
||||||
|
|
||||||
function addToWorld() {
|
function addToWorld() {
|
||||||
|
|
|
@ -172,7 +172,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleGetMappingsError(errorString) {
|
function handleGetMappingsError(errorString) {
|
||||||
errorMessageBox("There was a problem retreiving the list of assets from your Asset Server.\n" + errorString);
|
errorMessageBox("There was a problem retrieving the list of assets from your Asset Server.\n" + errorString);
|
||||||
}
|
}
|
||||||
|
|
||||||
function addToWorld() {
|
function addToWorld() {
|
||||||
|
|
Loading…
Reference in a new issue