diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-29 21:26:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-29 21:26:18 +0100 |
| commit | ebc36d56736997b40a51301a8746c6727cc34b1f (patch) | |
| tree | 583db3945801ec40a0548531c99d0ba389146f7b /src/lib/audio_content.cc | |
| parent | a07b5d79f2ac072d550ccb5587fe527c5340e248 (diff) | |
Tweak content properties layout (#895).
Diffstat (limited to 'src/lib/audio_content.cc')
| -rw-r--r-- | src/lib/audio_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_content.cc b/src/lib/audio_content.cc index 7a4ca63a9..8f2bb88a5 100644 --- a/src/lib/audio_content.cc +++ b/src/lib/audio_content.cc @@ -324,7 +324,7 @@ AudioContent::add_properties (list<UserProperty>& p) const ); } - p.push_back (UserProperty (UserProperty::AUDIO, _("DCP frame rate"), resampled_frame_rate (), _("Hz"))); + p.push_back (UserProperty (UserProperty::AUDIO, _("DCP sample rate"), resampled_frame_rate (), _("Hz"))); p.push_back (UserProperty (UserProperty::LENGTH, _("Full length in video frames at DCP rate"), c.frames_round (frc.dcp))); if (stream) { |
