summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-31 23:58:50 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-31 23:58:50 +0000
commit462ecb47dfbcbcc020a955a8592f55ec2dd9b5aa (patch)
treee5f6645640f4b7a74afe77ec051c7fb1cba76e36 /src/wx/audio_panel.cc
parentc6c1173589761734608d66cc3a8dff4e06b26147 (diff)
Tweak label as suggested by Carsten.
Diffstat (limited to 'src/wx/audio_panel.cc')
-rw-r--r--src/wx/audio_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index a79c0c4b0..fd63abf6c 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -53,7 +53,7 @@ AudioPanel::AudioPanel (ContentPanel* p)
int r = 0;
- _reference = new wxCheckBox (this, wxID_ANY, _("Refer to existing DCP"));
+ _reference = new wxCheckBox (this, wxID_ANY, _("Use this DCP's audio as OV and make VF"));
grid->Add (_reference, wxGBPosition (r, 0), wxGBSpan (1, 3));
++r;