diff options
Diffstat (limited to 'src/lib')
| -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 |
