Skip to content
Snippets Groups Projects
Commit 50512bd1 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Casting preferences: extract string resource

parent 09900dca
No related branches found
No related tags found
No related merge requests found
Pipeline #4089 passed with stage
in 3 minutes and 42 seconds
......@@ -386,6 +386,7 @@
<string name="audio_ducking_title">Lower VLC volume on notifications</string>
<string name="audio_ducking_summary">Helps to hear audio notifications, navigation instructions or assistant talking</string>
<string name="casting_category">Casting</string>
<string name="casting_switch_title">Enable wireless casting</string>
<string name="casting_passthrough_title">Audio Passthrough</string>
<string name="casting_passthrough_summary">Let your TV manage audio rendering</string>
<string name="casting_conversion_quality_title">Conversion quality</string>
......
......@@ -9,7 +9,7 @@
android:defaultValue="true"
android:switchTextOff="Disabled"
android:switchTextOn="Enabled"
android:title="Enable wireless casting" />
android:title="@string/casting_switch_title" />
<CheckBoxPreference
android:key="casting_passthrough"
android:defaultValue="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment