diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-29 16:23:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-02 01:20:16 +0200 |
| commit | c50518c10564baf31e47a675181412555842e969 (patch) | |
| tree | 6b21025a3958b47ee74be03066895cb6ddc9a7f2 /src/wx/verify_dcp_result_panel.cc | |
| parent | a799e0070939656759915bce3fe38821fbe37160 (diff) | |
INVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES: note -> size_in_bytes.
Diffstat (limited to 'src/wx/verify_dcp_result_panel.cc')
| -rw-r--r-- | src/wx/verify_dcp_result_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc index f9866c309..9e7ad8bb3 100644 --- a/src/wx/verify_dcp_result_panel.cc +++ b/src/wx/verify_dcp_result_panel.cc @@ -366,7 +366,7 @@ VerifyDCPResultPanel::add(shared_ptr<const VerifyDCPJob> job, bool many) add(i.second, _("The timed text asset %f takes up %size_in_bytes bytes which is over the 115MB limit.")); break; case dcp::VerificationNote::Code::INVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES: - add(i.second, _("The fonts in the timed text asset %f take up %n bytes which is over the 10MB limit.")); + add(i.second, _("The fonts in the timed text asset %f take up %size_in_bytes bytes which is over the 10MB limit.")); break; case dcp::VerificationNote::Code::MISSING_SUBTITLE_LANGUAGE: add(i.second, _("The subtitle asset %f contains no <Language> tag.")); |
