Rename the "append_playlist" string to "add_to_playlist"

This commit is contained in:
Kalle Struik 2021-10-03 13:27:24 +02:00
parent d844e0aba6
commit 87c958b2e7
70 changed files with 71 additions and 72 deletions

View file

@ -81,7 +81,7 @@ public enum StreamDialogEntry {
delete(R.string.delete, (fragment, item) -> {
}), // has to be set manually
append_playlist(R.string.append_playlist, (fragment, item) -> {
append_playlist(R.string.add_to_playlist, (fragment, item) -> {
final PlaylistAppendDialog d = PlaylistAppendDialog
.fromStreamInfoItems(Collections.singletonList(item));