Rename the "append_playlist" string to "add_to_playlist"
This commit is contained in:
parent
d844e0aba6
commit
87c958b2e7
70 changed files with 71 additions and 72 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue