From 28e69756d929233ca3eea96f4092de6d59029ac3 Mon Sep 17 00:00:00 2001 From: vfsfitvnm Date: Sat, 15 Oct 2022 10:06:57 +0200 Subject: [PATCH] Fix typo --- .../it/vfsfitvnm/vimusic/ui/components/themed/MediaItemMenu.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/components/themed/MediaItemMenu.kt b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/components/themed/MediaItemMenu.kt index 9c52ccc..a46fa63 100644 --- a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/components/themed/MediaItemMenu.kt +++ b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/components/themed/MediaItemMenu.kt @@ -83,7 +83,7 @@ fun InHistoryMediaItemMenu( if (isHiding) { ConfirmationDialog( - text = "Do you really hide this song? Its playback time and cache will be wiped.\nThis action is irreversible.", + text = "Do you really want to hide this song? Its playback time and cache will be wiped.\nThis action is irreversible.", onDismiss = { isHiding = false }, onConfirm = { onDismiss()