diff options
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index 947d7e93..c7256d0f 100644 --- a/src/types.h +++ b/src/types.h @@ -261,7 +261,7 @@ public: bool issue_dates_can_differ = false; bool load_font_nodes_can_differ = false; bool keep_going = false; - /** true to save the first pair of different image subtitles to the current working directory */ + /** true to save the last pair of different image subtitles to the current working directory */ bool export_differing_subtitles = false; /** The maximum allowable absolute difference between the vertical position of subtitles */ float max_subtitle_vertical_position_error = 0; |
