Fix capitalisation of MusicBrainz everywhere
Make MusicBrainz consistently written as "MusicBrainz" and not "musicbrainz" or "Musicbrainz". Doesn't change instances that refer to the Python module or similar.
This commit is contained in:
@@ -212,7 +212,7 @@ class _CD(BaseCommand):
|
||||
|
||||
class Info(_CD):
|
||||
summary = "retrieve information about the currently inserted CD"
|
||||
description = ("Display musicbrainz, CDDB/FreeDB, and AccurateRip"
|
||||
description = ("Display MusicBrainz, CDDB/FreeDB, and AccurateRip"
|
||||
"information for the currently inserted CD.")
|
||||
eject = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user