summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-21 12:10:59 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-21 12:10:59 +0100
commit8344c1c9786f8e06be6f256b3129ccc910b28b05 (patch)
tree00eb19efc30573e0802d96796ff8a8d64f0c34e2 /src
parent526b6241324e0eb80a26d86ca22075e2b718539b (diff)
English language tweaks.
Diffstat (limited to 'src')
-rw-r--r--src/verify.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verify.cc b/src/verify.cc
index dc4bc259..bddf1683 100644
--- a/src/verify.cc
+++ b/src/verify.cc
@@ -1417,9 +1417,9 @@ dcp::note_to_string (VerificationNote note)
case VerificationNote::Code::MISSING_ASSETMAP:
return "No ASSETMAP or ASSETMAP.xml was found.";
case VerificationNote::Code::INVALID_INTRINSIC_DURATION:
- return String::compose("The intrinsic duration of the asset %1 is less than 1 second long.", note.note().get());
+ return String::compose("The intrinsic duration of the asset %1 is less than 1 second.", note.note().get());
case VerificationNote::Code::INVALID_DURATION:
- return String::compose("The duration of the asset %1 is less than 1 second long.", note.note().get());
+ return String::compose("The duration of the asset %1 is less than 1 second.", note.note().get());
case VerificationNote::Code::INVALID_PICTURE_FRAME_SIZE_IN_BYTES:
return String::compose("The instantaneous bit rate of the picture asset %1 is larger than the limit of 250Mbit/s in at least one place.", note.file()->filename());
case VerificationNote::Code::NEARLY_INVALID_PICTURE_FRAME_SIZE_IN_BYTES: