Comment tweak.
[dcpomatic.git] / src / lib / text_content.h
index cb3bb5ee4a8439c6dd6b2bd1cb6149eabbeaa4d6..cca678ad22fb1de69a5c186f7608b5941931c4d4 100644 (file)
@@ -50,9 +50,9 @@ public:
 };
 
 /** @class TextContent
- *  @brief Description of how some subtitle content should be presented.
+ *  @brief Description of how some text content should be presented.
  *
- *  There are `image' subtitles (bitmaps) and `text' subtitles (plain text),
+ *  There are `bitmap' subtitles and `plain' subtitles (plain text),
  *  and not all of the settings in this class correspond to both types.
  */
 class TextContent : public ContentPart