From ee191ec1dbea1fda4a93338c5a86e5f53c35efdc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 May 2013 19:27:51 +0100 Subject: Missing i18n. --- src/wx/ffmpeg_content_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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_ptrAdd (_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); -- cgit v1.2.3