1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-05 19:02:24 +00:00

Merge pull request #3618 from Stypox/long-press-strings

Improve long-press menu strings
This commit is contained in:
Tobias Groza
2020-05-19 08:38:00 +02:00
committed by GitHub

View File

@@ -430,10 +430,10 @@
<string name="play_queue_audio_settings">Audio Settings</string>
<string name="hold_to_append">Hold to enqueue</string>
<string name="enqueue_on_background">Enqueue in the background</string>
<string name="enqueue_on_popup">Enqueue in a new popup</string>
<string name="enqueue_on_popup">Enqueue in a popup</string>
<string name="start_here_on_main">Start playing here</string>
<string name="start_here_on_background">Start playing in the background</string>
<string name="start_here_on_popup">Start playing in a new popup</string>
<string name="start_here_on_popup">Start playing in a popup</string>
<!-- Drawer -->
<string name="drawer_open">Open Drawer</string>
<string name="drawer_close">Close Drawer</string>