Change slider label from "master gain" to "master volume"

This commit is contained in:
Ken Cooke 2017-11-08 07:50:35 -08:00
parent 68e9ec9b23
commit addcb51ed9

View file

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