Change Mute Stream button to Mute Myself, see #75

This commit is contained in:
Volker Fischer 2020-04-20 22:12:04 +02:00
parent 5ace7b635c
commit 975235cc8b

View file

@ -341,7 +341,7 @@
<item> <item>
<widget class="QCheckBox" name="chbLocalMute"> <widget class="QCheckBox" name="chbLocalMute">
<property name="text"> <property name="text">
<string>Mute Stream</string> <string>Mute Myself</string>
</property> </property>
</widget> </widget>
</item> </item>