Missing i18n.
authorCarl Hetherington <cth@carlh.net>
Sat, 4 May 2013 18:27:51 +0000 (19:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 4 May 2013 18:27:51 +0000 (19:27 +0100)
src/wx/ffmpeg_content_dialog.cc

index 540bae0a9b00d05ebf49354ba6f107e86ccaf370..d1b7ffb1eedfdc83df3d229c6819d237efc96b43 100644 (file)
@@ -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);