From 25e57e5d061c02674f36e4de093a2bf805e328cb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Aug 2015 14:32:06 +0100 Subject: [PATCH] Rename show-audio button to something which is (hopefully) clearer. --- src/wx/audio_panel.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 46d7a2254..4b6167bf7 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -48,8 +48,8 @@ AudioPanel::AudioPanel (ContentPanel* p) int r = 0; - _show = new wxButton (this, wxID_ANY, _("Show Audio...")); - grid->Add (_show, wxGBPosition (r, 0)); + _show = new wxButton (this, wxID_ANY, _("Show graph of audio levels...")); + grid->Add (_show, wxGBPosition (r, 0), wxGBSpan (1, 2)); ++r; add_label_to_grid_bag_sizer (grid, this, _("Gain"), true, wxGBPosition (r, 0)); -- 2.30.2