diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-06 14:37:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-06 14:37:10 +0100 |
| commit | 95e27df31651f152e20cbe28e49328dcf7699de8 (patch) | |
| tree | 9ce431f74c7d8be3123fad6e3f5e2b81f88e5c41 /src | |
| parent | 96a2b6f7ce0be67248cbc612e2ef03ea7d586039 (diff) | |
Misspelling.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/ffmpeg_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index 384b10233..cb887b3bb 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -393,7 +393,7 @@ FFmpegContent::add_properties (list<pair<string, string> >& p) const }; DCPOMATIC_ASSERT (AVCOL_PRI_NB == 10); - p.push_back (make_pair (_("Color primaries"), primaries[_color_primaries])); + p.push_back (make_pair (_("Colour primaries"), primaries[_color_primaries])); char const * transfers[] = { _("Unspecified"), |
