From d2deb50aa44eb20a56dbeee0ef21fffebc42c6e2 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Tue, 17 Aug 2021 07:51:00 +0200 Subject: [PATCH] Change texts on settings panel. --- website/o3dv/js/settingssidebarpanel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/o3dv/js/settingssidebarpanel.js b/website/o3dv/js/settingssidebarpanel.js index 96cdc72..dde0479 100644 --- a/website/o3dv/js/settingssidebarpanel.js +++ b/website/o3dv/js/settingssidebarpanel.js @@ -23,7 +23,7 @@ OV.SettingsSidebarPanel = class extends OV.SidebarPanel { this.backgroundColorInput = this.AddColorParameter ( 'Background Color', - 'Changing the background color affects only the visualization.', + 'Background color affects only the visualization of the model.', null, ['#ffffff', '#e3e3e3', '#c9c9c9', '#898989', '#5f5f5f', '#494949', '#383838', '#0f0f0f'], settings.backgroundColor, @@ -31,8 +31,8 @@ OV.SettingsSidebarPanel = class extends OV.SidebarPanel ); this.defaultColorInput = this.AddColorParameter ( 'Default Color', - 'Default color is used when no material was defined in the file.', - 'This setting has no effect on the currently loaded model.', + 'Default color appears when the model doesn\'t contain materials.', + 'This setting has no effect on the currently loaded file.', ['#ffffff', '#e3e3e3', '#cc3333', '#fac832', '#4caf50', '#3393bd', '#9b27b0', '#fda4b8'], settings.defaultColor, callbacks.onDefaultColorChange