mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-10 12:00:03 +00:00
changed autoplay text
This commit is contained in:
parent
d43365f6e6
commit
23a9061871
@ -32,8 +32,8 @@
|
||||
<string name="download_path_audio_summary">Path to store downloaded audio in.</string>
|
||||
<string name="download_path_audio_dialog_title">Enter download path for audio files.</string>
|
||||
|
||||
<string name="autoplay_through_intent_title">Autoplay through Intent</string>
|
||||
<string name="autoplay_through_intent_summary">Automatically play a video when it\'s called from another app.</string>
|
||||
<string name="autoplay_by_calling_app_title">Autoplay when called form another app.</string>
|
||||
<string name="autoplay_by_calling_app_summary">Automatically play a video when NewPipe is called from another app.</string>
|
||||
<string name="default_resolution_title">Default Resolution</string>
|
||||
<string name="play_with_kodi_title">Play with Kodi</string>
|
||||
<string name="kore_not_found">Kore app not found. Install Kore?</string>
|
||||
|
@ -106,8 +106,8 @@
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="@string/autoplay_through_intent_key"
|
||||
android:title="@string/autoplay_through_intent_title"
|
||||
android:summary="@string/autoplay_through_intent_summary"
|
||||
android:title="@string/autoplay_by_calling_app_title"
|
||||
android:summary="@string/autoplay_by_calling_app_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<CheckBoxPreference
|
||||
|
Loading…
Reference in New Issue
Block a user