mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
string fix
This commit is contained in:
parent
98b1fe6138
commit
8d21b286b4
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue