Fix example

This commit is contained in:
craig.p.drummond
2014-07-23 18:04:43 +00:00
committed by craig.p.drummond
parent 3538ff6578
commit acbbf3cd55

View File

@@ -296,7 +296,7 @@ void DynamicRulesDialog::showAbout()
"e.g. to have Cantata look for 'Rock songs by Wibble OR songs by Various Artists', you would need the following: "
"<ul><li>Include AlbumArtist=Wibble Genre=Rock</li><li>Include AlbumArtist=Various Artists</li></ul> "
"To have Cantata look for 'Songs by Wibble but not from album Abc', you would need the following: "
"<ul><li>Include AlbumArtist=Wibble</li><li>Exclude Album=Abc</li></ul>"
"<ul><li>Include AlbumArtist=Wibble</li><li>Exclude AlbumArtist=Wibble Album=Abc</li></ul>"
"After the set of usable songs has been created, Cantata will randomly select songs to "
"keep the play queue filled with 10 entries.</p>")
);