diff --git a/interface/resources/qml/hifi/AssetServer.qml b/interface/resources/qml/hifi/AssetServer.qml
index 276c93d8dd..9ec61e0057 100644
--- a/interface/resources/qml/hifi/AssetServer.qml
+++ b/interface/resources/qml/hifi/AssetServer.qml
@@ -882,11 +882,7 @@ ScrollingWindow {
onExited: infoGlyph.color = hifi.colors.lightGrayText;
onClicked: letterbox(hifi.glyphs.question,
"What is baking?",
- "Baking is a process we use to compress geometric meshes and textures.
" +
- "We do this for efficient storage and transmission of models.
" +
- "In some cases, we have been able to achieve 60% compression of original models.
" +
- "We highly recommend you leave baking on to enable faster transmission decode of models" +
- "in interface resulting in better experience for users visiting your domain.");
+ "Baking compresses and optimizes files for faster network transfer and display. We recommend you bake your content to reduce initial load times for your visitors.");
}
}
}
diff --git a/interface/resources/qml/hifi/dialogs/TabletAssetServer.qml b/interface/resources/qml/hifi/dialogs/TabletAssetServer.qml
index 24267f3a96..2018433be6 100644
--- a/interface/resources/qml/hifi/dialogs/TabletAssetServer.qml
+++ b/interface/resources/qml/hifi/dialogs/TabletAssetServer.qml
@@ -881,11 +881,7 @@ Rectangle {
onExited: infoGlyph.color = hifi.colors.lightGrayText;
onClicked: letterbox(hifi.glyphs.question,
"What is baking?",
- "Baking is a process we use to compress geometric meshes and textures.
" +
- "We do this for efficient storage and transmission of models.
" +
- "In some cases, we have been able to achieve 60% compression of original models.
" +
- "We highly recommend you leave baking on to enable faster transmission decode of models" +
- "in interface resulting in better experience for users visiting your domain.");
+ "Baking compresses and optimizes files for faster network transfer and display. We recommend you bake your content to reduce initial load times for your visitors.");
}
}
}