From 73483eef945e4d1a419d6b05977cda28661a3e91 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Tue, 26 Sep 2017 19:19:34 -0700 Subject: [PATCH] Update information sentence --- interface/resources/qml/hifi/AssetServer.qml | 6 +----- interface/resources/qml/hifi/dialogs/TabletAssetServer.qml | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) 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."); } } }