mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 09:06:51 +02:00
Merge pull request #15682 from zfox23/NUI/systemSoundsLabel
BUGZ-530: Rename 'System Sounds' to 'UI FX'
This commit is contained in:
commit
7e572cbfbc
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue