Fix hinted translation.
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 19:31:14 +0000 (20:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 19:31:14 +0000 (20:31 +0100)
src/wx/video_panel.cc

index bf452a29242ce62acd15ae145e94ecc444e7e897..63e3bbff94b56ce12f90c8f08132621c6a04c4af 100644 (file)
@@ -193,7 +193,7 @@ VideoPanel::VideoPanel (ContentPanel* p)
                BOOST_FOREACH (PresetColourConversion const & i, PresetColourConversion::all()) {
                        _colour_conversion->Append (std_to_wx (i.name));
                }
-               _colour_conversion->Append (_("Colour|Custom"));
+               _colour_conversion->Append (S_("Colour|Custom"));
                s->Add (_colour_conversion, 1, wxEXPAND | wxALIGN_CENTER_VERTICAL | wxTOP | wxBOTTOM | wxRIGHT, 6);
 
                _edit_colour_conversion_button = new wxButton (this, wxID_ANY, _("Edit..."));