From 8d21b286b45f294beaab3300683f753b4383adf6 Mon Sep 17 00:00:00 2001 From: Liv Date: Thu, 31 Aug 2017 19:34:01 -0700 Subject: [PATCH] string fix --- 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 88003bb10f..c67ad991d0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -6360,7 +6360,7 @@ bool Application::askToReplaceDomainContent(const QString& url) { } } else { methodDetails = "UserDoesNotHavePermissionToReplaceContent"; - OffscreenUi::warning("Unable to replace content", "You do not have permissions to replace domain content", + OffscreenUi::warning("You do not have permissions to replace domain content", "Enable 'Replace Content' in the domain server settings to continue.", QMessageBox::Ok, QMessageBox::Ok); } QJsonObject messageProperties = {