diff options
Diffstat (limited to 'src/wx/audio_panel.cc')
| -rw-r--r-- | src/wx/audio_panel.cc | 2 |
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; |
