Fix grammar mistake in menu

'more of' -> 'more from'
This commit is contained in:
vfsfitvnm 2023-09-23 19:10:02 +02:00 committed by GitHub
commit 6e83b8b83d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)