Remove dupliacte direct_on_background string
start_here_on_background has the same meaning start_here_on_main is now unused, but I left it there so that if it ever becomes useful again, it is ready to be used.
This commit is contained in:
parent
6f028ecb19
commit
b6cfb8a3dc
|
@ -419,7 +419,6 @@
|
|||
<string name="play_queue_stream_detail">Details</string>
|
||||
<string name="play_queue_audio_settings">Audio Settings</string>
|
||||
<string name="hold_to_append">Hold To enqueue</string>
|
||||
<string name="direct_on_background">Play directly in background</string>
|
||||
<string name="enqueue_on_background">Enqueue in the background</string>
|
||||
<string name="enqueue_on_popup">Enqueue in a new popup</string>
|
||||
<string name="start_here_on_main">Start playing here</string>
|
||||
|
|
Loading…
Reference in New Issue