From 0ba849d65b9ae42936be996cbc3391a18bcd05b6 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Wed, 5 Jun 2019 13:25:28 -0700 Subject: [PATCH 1/2] BUGZ-530: Rename 'System Sounds' to 'UI FX' --- .../resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml b/interface/resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml index 1f9aa5bcbc..7a19ab1a0f 100644 --- a/interface/resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml +++ b/interface/resources/qml/hifi/simplifiedUI/settingsApp/audio/Audio.qml @@ -126,7 +126,7 @@ Flickable { Layout.preferredWidth: parent.width Layout.preferredHeight: 30 Layout.topMargin: 2 - labelText: "System Sound Volume" + labelText: "UI FX Volume" from: simplifiedUI.numericConstants.mutedValue to: 20.0 defaultValue: 0.0 From 326d1615e08b286888d1fd56980ccc945973878e Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Wed, 5 Jun 2019 14:07:10 -0700 Subject: [PATCH 2/2] Change old UI too --- interface/resources/qml/hifi/audio/Audio.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/audio/Audio.qml b/interface/resources/qml/hifi/audio/Audio.qml index c603131b9c..af517be55d 100644 --- a/interface/resources/qml/hifi/audio/Audio.qml +++ b/interface/resources/qml/hifi/audio/Audio.qml @@ -664,7 +664,7 @@ Rectangle { } RalewayRegular { id: systemInjectorGainSliderText; - text: "System Sound volume"; + text: "UI FX volume"; size: 16; anchors.left: parent.left; color: hifi.colors.white;