diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-14 20:31:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-14 20:31:14 +0100 |
| commit | 5c45b2d4837055ce6c0abe651f11d26d4dc4147e (patch) | |
| tree | 618b58228783fd25683b1fc1f3008b2e2d17aa0b | |
| parent | 272432185305afebe8076b5d222fe87d4dabf08b (diff) | |
Fix hinted translation.
| -rw-r--r-- | src/wx/video_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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...")); |
