Skip to content

Commit

Permalink
Merge pull request #15412 from wayne-chen/fixMuteWarningSwitchText-82
Browse files Browse the repository at this point in the history
Case 22259: Fix Mute Warning Switch Text
  • Loading branch information
conklin94122 authored Apr 18, 2019
2 parents d8ba08e + 7e445e4 commit ccc6fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/resources/qml/hifi/audio/Audio.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ccc6fd1

Please sign in to comment.