issue #930 fixed - language not used properly
This commit is contained in:
parent
964fa42a0f
commit
a0cab24483
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ fun MediaItemMenu(
|
||||||
artistsInfo?.forEach { (authorId, authorName) ->
|
artistsInfo?.forEach { (authorId, authorName) ->
|
||||||
MenuEntry(
|
MenuEntry(
|
||||||
icon = R.drawable.person,
|
icon = R.drawable.person,
|
||||||
text = "More of $authorName",
|
text = "More from $authorName",
|
||||||
onClick = {
|
onClick = {
|
||||||
onDismiss()
|
onDismiss()
|
||||||
onGoToArtist(authorId)
|
onGoToArtist(authorId)
|
||||||
|
|
Loading…
Reference in a new issue