diff --git a/qml/pages/FullAlbumSearch.qml b/qml/pages/FullAlbumSearch.qml index 063e7ba..776c850 100644 --- a/qml/pages/FullAlbumSearch.qml +++ b/qml/pages/FullAlbumSearch.qml @@ -131,7 +131,7 @@ Page { ViewPlaceholder { enabled: songlist.count===0 && loaded Behavior on opacity { FadeAnimation {} } - text: qsTr("There's no missing covers in your music collection") + text: qsTr("There are no missing covers in your music collection") } }