Merge pull request #8504 from zzmp/fix/argee

fix typo argee->agree
This commit is contained in:
Brad Hefta-Gaub 2016-08-23 09:52:43 -07:00 committed by GitHub
commit 52cd222714

View file

@ -4941,7 +4941,7 @@ bool Application::askToSetAvatarUrl(const QString& url) {
modelLicense = simpleWordWrap(modelLicense, MAX_CHARACTERS_PER_LINE);
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);
}