summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-26 19:31:56 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-26 19:31:56 +0100
commite5903318b6a82b4b56788533da9b9ff83eeb4772 (patch)
treed3affbca9f75a8a3a04aa5d0c3d8c017e1d74e57 /src
parent5ce9c7026366d82233e8852b9b949362ed2f6191 (diff)
Tweak checkbox label.
Diffstat (limited to 'src')
-rw-r--r--src/wx/subtitle_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/subtitle_panel.cc b/src/wx/subtitle_panel.cc
index bf3e6d72a..5e92f0f89 100644
--- a/src/wx/subtitle_panel.cc
+++ b/src/wx/subtitle_panel.cc
@@ -50,7 +50,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);