Use the same button text to open the audio plot in both Audio and DCP/Audio.
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Apr 2021 21:54:34 +0000 (23:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Apr 2021 23:11:04 +0000 (01:11 +0200)
src/wx/dcp_panel.cc

index 3a4644b422d2a14538d4e22c77a2e1614683fb1d..af410a673cdc12d5c473cd3b30bf54b0c5e64a97 100644 (file)
@@ -840,7 +840,7 @@ DCPPanel::make_audio_panel ()
        _audio_processor = new wxChoice (panel, wxID_ANY);
        add_audio_processors ();
 
        _audio_processor = new wxChoice (panel, wxID_ANY);
        add_audio_processors ();
 
-       _show_audio = new Button (panel, _("Show audio..."));
+       _show_audio = new Button (panel, _("Show graph of audio levels..."));
 
        _audio_channels->Bind (wxEVT_CHOICE, boost::bind (&DCPPanel::audio_channels_changed, this));
        _audio_processor->Bind (wxEVT_CHOICE, boost::bind (&DCPPanel::audio_processor_changed, this));
 
        _audio_channels->Bind (wxEVT_CHOICE, boost::bind (&DCPPanel::audio_channels_changed, this));
        _audio_processor->Bind (wxEVT_CHOICE, boost::bind (&DCPPanel::audio_processor_changed, this));