summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-04 19:27:51 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-04 19:27:51 +0100
commitee191ec1dbea1fda4a93338c5a86e5f53c35efdc (patch)
treeb611982f8587a06e47a9d2a1a989c04d43493892 /src
parent88a93f56ff05772f380eae5f8912801d535fe797 (diff)
Missing i18n.
Diffstat (limited to 'src')
-rw-r--r--src/wx/ffmpeg_content_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/ffmpeg_content_dialog.cc b/src/wx/ffmpeg_content_dialog.cc
index 540bae0a9..d1b7ffb1e 100644
--- a/src/wx/ffmpeg_content_dialog.cc
+++ b/src/wx/ffmpeg_content_dialog.cc
@@ -39,7 +39,7 @@ FFmpegContentDialog::FFmpegContentDialog (wxWindow* parent, shared_ptr<FFmpegCon
_audio_description = new wxStaticText (this, wxID_ANY, wxT (""));
grid->Add (_audio_description, 1, wxALIGN_CENTER_VERTICAL | wxLEFT, 8);
- add_label_to_sizer (grid, this, "Subtitle stream");
+ add_label_to_sizer (grid, this, _("Subtitle stream"));
_subtitle_stream = new wxChoice (this, wxID_ANY);
grid->Add (_subtitle_stream, 1, wxEXPAND | wxALL, 6);
grid->AddSpacer (0);