mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-26 23:50:22 +02:00
fix message formatting
This commit is contained in:
parent
89a1c7a697
commit
2377e4a5db
1 changed files with 1 additions and 2 deletions
|
@ -6042,8 +6042,7 @@ bool Application::askToReplaceDomainContent(const QString& url) {
|
|||
if (DependencyManager::get<NodeList>()->getThisNodeCanReplaceContent()) {
|
||||
// Create a confirmation dialog when this call is made
|
||||
const int MAX_CHARACTERS_PER_LINE = 90;
|
||||
static const QString infoText = simpleWordWrap("Your domain's content will be replaced but backup files of your "
|
||||
"domain's content will not immediately be changed. Save a manual backup of your"
|
||||
static const QString infoText = simpleWordWrap("Your domain's content will be replaced but backup files will not immediately be changed. Save a manual backup of your"
|
||||
"models.json.gz file, usually stored at:", MAX_CHARACTERS_PER_LINE) +
|
||||
"\nC:/Users/[username]/AppData/Roaming/High Fidelity/assignment-client/entities/models.json.gz";
|
||||
|
||||
|
|
Loading…
Reference in a new issue