summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-07 18:33:11 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-07 18:33:11 +0100
commitacbca4d8ce5d91bb5d0648e59f8088394c64a939 (patch)
treef7a33f0780069d0d1a1ce42a29b16cd930f64f4a /src/wx/video_panel.cc
parent76932aeca7ba1f23f0eb93b6a4b801385d419a08 (diff)
Disambiguate the word 'Custom' in translations.
Diffstat (limited to 'src/wx/video_panel.cc')
-rw-r--r--src/wx/video_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index fa791550c..bf452a292 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 (_("Custom"));
+ _colour_conversion->Append (_("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..."));