Tweak property name.
authorCarl Hetherington <cth@carlh.net>
Sun, 25 Dec 2022 21:33:21 +0000 (22:33 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 25 Dec 2022 21:33:21 +0000 (22:33 +0100)
src/lib/audio_content.cc

index 1fcd335839926f2d77cea716c701ebc666035af0..192a500680d1f0b7811e8ac7efdee434a7dc53e4 100644 (file)
@@ -313,7 +313,7 @@ AudioContent::add_properties (shared_ptr<const Film> film, list<UserProperty>& p
 
        if (stream) {
                p.push_back (UserProperty(UserProperty::AUDIO, _("Channels"), stream->channels()));
-               p.push_back (UserProperty(UserProperty::AUDIO, _("Content audio sample rate"), stream->frame_rate(), _("Hz")));
+               p.push_back (UserProperty(UserProperty::AUDIO, _("Content sample rate"), stream->frame_rate(), _("Hz")));
        }
 
        FrameRateChange const frc (_parent->active_video_frame_rate(film), film->video_frame_rate());