diff options
Diffstat (limited to 'src/lib/font.h')
| -rw-r--r-- | src/lib/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/font.h b/src/lib/font.h index 7009555c4..8021ab5bc 100644 --- a/src/lib/font.h +++ b/src/lib/font.h @@ -35,7 +35,7 @@ public: void as_xml (xmlpp::Node* node); - /** Font ID */ + /** Font ID, used to describe it in the subtitle content */ std::string id; boost::optional<boost::filesystem::path> file; }; |
