diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-28 21:49:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | a5adc9221d0af15f345cd3dbc76f37ee47fe65d5 (patch) | |
| tree | 0c53851f161fa38d6d7a081ba3de1fa030048ed2 /src/equality_options.h | |
| parent | 8e43142645252daeeaccbad7b9f3ed746c4b2382 (diff) | |
Subtitle{,String,Image} -> Text{,String,Image}.
Diffstat (limited to 'src/equality_options.h')
| -rw-r--r-- | src/equality_options.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/equality_options.h b/src/equality_options.h index 1c29be7e..1e890a09 100644 --- a/src/equality_options.h +++ b/src/equality_options.h @@ -77,10 +77,10 @@ public: bool load_font_nodes_can_differ = false; bool sound_assets_can_differ = false; bool keep_going = false; - /** 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; + /** true to save the last pair of different image subtitles/captions to the current working directory */ + bool export_differing_texts = false; + /** The maximum allowable absolute difference between the vertical position of texts */ + float max_text_vertical_position_error = 0; }; |
