diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-07 19:10:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-07 19:10:43 +0000 |
| commit | cc0ac806a2dc698d9c20b24498bc865e2d9798ad (patch) | |
| tree | cbc58e14bb0c530d6efe2bdc1fc916e562939481 /src/lib/audio_content.cc | |
| parent | 07d67a12cc3e4492c4c9c39cdd6fd30ff1e3e612 (diff) | |
Various small fixes to appearance of content properties dialog.
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 c17893c5a..ee5bb69a2 100644 --- a/src/lib/audio_content.cc +++ b/src/lib/audio_content.cc @@ -328,7 +328,7 @@ AudioContent::add_properties (list<UserProperty>& p) const ); } - p.push_back (UserProperty (_("Audio"), _("DCP frame rate"), resampled_audio_frame_rate ())); + p.push_back (UserProperty (_("Audio"), _("DCP frame rate"), resampled_audio_frame_rate (), _("Hz"))); p.push_back (UserProperty (_("Length"), _("Full length in video frames at DCP rate"), c.frames_round (frc.dcp))); if (stream) { |
