1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-16 10:19:59 +00:00

Merge pull request #4252 from opusforlife2/autoplay_to_autoqueue2

Change Autoplay to Autoqueue to reduce ambiguity
This commit is contained in:
Stypox 2020-09-11 22:11:13 +02:00 committed by GitHub
commit 11d9a037f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -27,6 +27,6 @@
android:switchPadding="5dp"
android:textSize="12sp"
android:textColor="@android:color/tab_indicator_text"
android:text="@string/autoplay_title" />
android:text="@string/auto_queue_toggle" />
</RelativeLayout>
</RelativeLayout>

View File

@ -85,6 +85,7 @@
<string name="metadata_cache_wipe_complete_notice">Metadata cache wiped</string>
<string name="auto_queue_title">Auto-queue next stream</string>
<string name="auto_queue_summary">Continue ending (non-repeating) playback queue by appending a related stream</string>
<string name="auto_queue_toggle">Auto-queue</string>
<string name="volume_gesture_control_title">Volume gesture control</string>
<string name="volume_gesture_control_summary">Use gestures to control player volume</string>
<string name="brightness_gesture_control_title">Brightness gesture control</string>