Skip to content

Commit

Permalink
Fixing a grammar error in FullAlbumSearch.qml (#88)
Browse files Browse the repository at this point in the history
Fixing a grammar error  "there's no missing covers..." -> "there are no missing covers..."
  • Loading branch information
tuplasuhveli authored Mar 27, 2024
1 parent 8d6fde5 commit 75f4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/pages/FullAlbumSearch.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

}
Expand Down

0 comments on commit 75f4255

Please sign in to comment.