mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +02:00
Change slider label from "master gain" to "master volume"
This commit is contained in:
parent
68e9ec9b23
commit
addcb51ed9
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ Item {
|
|||
// The slider for my card is special, it controls the master gain
|
||||
id: gainSliderText;
|
||||
visible: isMyCard;
|
||||
text: "master gain";
|
||||
text: "master volume";
|
||||
size: hifi.fontSizes.tabularData;
|
||||
anchors.left: parent.right;
|
||||
anchors.leftMargin: 8;
|
||||
|
|
Loading…
Reference in a new issue