diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-18 23:41:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:36:56 +0100 |
| commit | af2bea29ef9975dadd26297876e2408e5e874a0c (patch) | |
| tree | e735d829de00bfdc6bd0883d80c2b79bd9c1fb97 /src | |
| parent | c1f98c84cdf3829b31929453b8a89fdcbdcd0c42 (diff) | |
Comment tweak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/text_content.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/text_content.h b/src/lib/text_content.h index cb3bb5ee4..cca678ad2 100644 --- a/src/lib/text_content.h +++ b/src/lib/text_content.h @@ -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 |
