diff --git a/qml/pages/CoverPage.qml b/qml/pages/CoverPage.qml index 55d5ddf..ebf2219 100644 --- a/qml/pages/CoverPage.qml +++ b/qml/pages/CoverPage.qml @@ -32,7 +32,7 @@ CoverBackground { //x: Theme.paddingMedium itemimg: playingRadio? currentSongInfo.imageurl : utils.thumbnail(currentSongInfo.artist, currentSongInfo.album) textSize: Theme.fontSizeSmall - text: playingRadio? currentSongInfo.name : qsTr("Cover no found") + text: playingRadio? currentSongInfo.name : qsTr("Cover not found") opacity: showBigCover? 0.4 : 1 } diff --git a/translations/flowplayer.ts b/translations/flowplayer.ts index f6f67c9..34e2024 100644 --- a/translations/flowplayer.ts +++ b/translations/flowplayer.ts @@ -19,12 +19,12 @@ - + If you want to create a new translation or improve an extant one: - + You can support the original author of FlowPlayer by donating: @@ -219,7 +219,7 @@ CoverPage - Cover no found + Cover not found @@ -333,7 +333,7 @@ - There's no missing covers in your music collection + There are no missing covers in your music collection @@ -1373,7 +1373,7 @@ - No lyrics founded + No lyrics found @@ -1383,7 +1383,7 @@ - Album cover not founded + Album cover not found