1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00

Use new string for auto-queue toggle

This commit is contained in:
opusforlife2 2020-09-08 10:44:58 +00:00 committed by GitHub
parent 4e98c2e7f6
commit a5a2313851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>