X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcolour_conversion_editor.cc;h=3a1ffe0bf13df73233e1f8cb3edad4c805bfb10b;hb=46ffbecc24e997c91c152a6e7154747b2e76a904;hp=00ab45fdfa77def055ac70d0156a9689b52e1e16;hpb=454e7ed5f43c0b008517627ed90d3e7155da6595;p=dcpomatic.git diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc index 00ab45fdf..3a1ffe0bf 100644 --- a/src/wx/colour_conversion_editor.cc +++ b/src/wx/colour_conversion_editor.cc @@ -57,8 +57,8 @@ ColourConversionEditor::ColourConversionEditor (wxWindow* parent, bool yuv) add_label_to_sizer (table, this, _("Input transfer function"), true, wxGBPosition (r, 0)); _input = new wxChoice (this, wxID_ANY); - _input->Append (_("Gamma")); - _input->Append (_("Gamma, linearised for small values")); + _input->Append (_("Simple gamma")); + _input->Append (_("Simple gamma, linearised for small values")); _input->Append (_("S-Gamut3")); table->Add (_input, wxGBPosition (r, 1), wxGBSpan (1, 2)); ++r;