From: Carl Hetherington Date: Thu, 14 Apr 2016 19:31:14 +0000 (+0100) Subject: Fix hinted translation. X-Git-Tag: v2.7.13~5 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=5c45b2d4837055ce6c0abe651f11d26d4dc4147e;p=dcpomatic.git Fix hinted translation. --- diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index bf452a292..63e3bbff9 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -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..."));