mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-19 18:27:40 +02:00
fix typo argee->agree
This commit is contained in:
parent
0397c6b6ca
commit
cbb115bbcc
1 changed files with 1 additions and 1 deletions
|
@ -4941,7 +4941,7 @@ bool Application::askToSetAvatarUrl(const QString& url) {
|
||||||
modelLicense = simpleWordWrap(modelLicense, MAX_CHARACTERS_PER_LINE);
|
modelLicense = simpleWordWrap(modelLicense, MAX_CHARACTERS_PER_LINE);
|
||||||
|
|
||||||
agreeToLicence = QMessageBox::Yes == OffscreenUi::question("Avatar Usage License",
|
agreeToLicence = QMessageBox::Yes == OffscreenUi::question("Avatar Usage License",
|
||||||
modelLicense + "\nDo you argee to these terms?",
|
modelLicense + "\nDo you agree to these terms?",
|
||||||
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes);
|
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue