Comment tweak.
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Jul 2018 22:41:07 +0000 (23:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 19 Jul 2018 22:36:56 +0000 (23:36 +0100)
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