Changed "Only Speaking" to "Display Speakers Only"
This commit is contained in:
parent
03835616ae
commit
2f341254b4
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class VoiceSettingsWindow(SettingsWindow):
|
|||
square_avatar.set_active(self.square_avatar)
|
||||
square_avatar.connect("toggled", self.change_square_avatar)
|
||||
|
||||
only_speaking_label = Gtk.Label.new("Only Speaking")
|
||||
only_speaking_label = Gtk.Label.new("Display Speakers Only")
|
||||
only_speaking = Gtk.CheckButton.new()
|
||||
only_speaking.set_active(self.only_speaking)
|
||||
only_speaking.connect("toggled", self.change_only_speaking)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue