diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-29 15:07:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-29 15:07:17 +0100 |
| commit | 318a778b1b5c98b79b202dc953ff2ac131371a1b (patch) | |
| tree | 52d05d9927c22842c5047a625e07eb9c92f87cdb /src/wx/subtitle_panel.cc | |
| parent | 3802ba3df2ac27d4fabdcbd61b9ed84f6adf5627 (diff) | |
| parent | b289602176a4943233cffb75e8ccac379112420a (diff) | |
Fix merge.
Diffstat (limited to 'src/wx/subtitle_panel.cc')
| -rw-r--r-- | src/wx/subtitle_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/subtitle_panel.cc b/src/wx/subtitle_panel.cc index a7774ed20..3d6e5c8c3 100644 --- a/src/wx/subtitle_panel.cc +++ b/src/wx/subtitle_panel.cc @@ -51,7 +51,7 @@ SubtitlePanel::SubtitlePanel (ContentPanel* p) grid->Add (_use); grid->AddSpacer (0); - _burn = new wxCheckBox (this, wxID_ANY, _("Burn subtitles")); + _burn = new wxCheckBox (this, wxID_ANY, _("Burn subtitles into image")); grid->Add (_burn); grid->AddSpacer (0); |
