diff --git a/dynamic/dynamicrulesdialog.cpp b/dynamic/dynamicrulesdialog.cpp
index ad42824de..ec2448494 100644
--- a/dynamic/dynamicrulesdialog.cpp
+++ b/dynamic/dynamicrulesdialog.cpp
@@ -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: "
"
- Include AlbumArtist=Wibble Genre=Rock
- Include AlbumArtist=Various Artists
"
"To have Cantata look for 'Songs by Wibble but not from album Abc', you would need the following: "
- "- Include AlbumArtist=Wibble
- Exclude Album=Abc
"
+ "- Include AlbumArtist=Wibble
- Exclude AlbumArtist=Wibble Album=Abc
"
"After the set of usable songs has been created, Cantata will randomly select songs to "
"keep the play queue filled with 10 entries.")
);