Merge pull request #15682 from zfox23/NUI/systemSoundsLabel

BUGZ-530: Rename 'System Sounds' to 'UI FX'
This commit is contained in:
Shannon Romano 2019-06-05 15:16:42 -07:00 committed by GitHub
commit 7e572cbfbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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