change text to display

This commit is contained in:
Wayne Chen 2019-04-17 17:25:02 -07:00 committed by Wayne Chen
parent d8ba08ec2d
commit 7e445e40f8

View file

@ -254,7 +254,7 @@ Rectangle {
switchWidth: root.switchWidth;
anchors.top: parent.top
anchors.left: parent.left
labelTextOn: qsTr("Warn when muted in HMD");
labelTextOn: qsTr("HMD Mute Warning");
labelTextSize: 16;
backgroundOnColor: "#E3E3E3";
checked: AudioScriptingInterface.warnWhenMuted;