diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-15 23:54:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-16 01:11:04 +0200 |
| commit | 2eb5dd39cf73c2fda03a1edb6d4dc878b1ed6931 (patch) | |
| tree | 990cb0579fff5f58d70bfb7028864b9593502c86 /src | |
| parent | fb2f4b49cf0d003491ec21460051c01187c211fe (diff) | |
Use the same button text to open the audio plot in both Audio and DCP/Audio.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dcp_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 3a4644b42..af410a673 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -840,7 +840,7 @@ DCPPanel::make_audio_panel () _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)); |
