From cbb115bbcc0aa286ed2ba93e7b50235bf1cb937f Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Mon, 22 Aug 2016 16:34:23 -0700 Subject: [PATCH] fix typo argee->agree --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 836b48b3fb..34c3494371 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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); }