prefs: PipeWire is only used for audio output here

We only use PipeWire for audio output. Make that more obvious in prefs setting description.
This commit is contained in:
Rafał Dzięgiel
2021-09-06 13:42:09 +02:00
parent 99acd36cc0
commit 7aa03f3e72

View File

@@ -265,7 +265,7 @@
</child> </child>
<child> <child>
<object class="ClapperPrefsSwitch"> <object class="ClapperPrefsSwitch">
<property name="title" translatable="yes">Use PipeWire for audio</property> <property name="title" translatable="yes">Use PipeWire for audio output</property>
<property name="subtitle" translatable="yes">Requires player restart</property> <property name="subtitle" translatable="yes">Requires player restart</property>
<property name="custom-icon-name">dialog-warning-symbolic</property> <property name="custom-icon-name">dialog-warning-symbolic</property>
<property name="custom-icon-subtitle" translatable="yes">Experimental</property> <property name="custom-icon-subtitle" translatable="yes">Experimental</property>