Tweak to labelling.
authorCarl Hetherington <cth@carlh.net>
Wed, 15 Feb 2017 00:11:16 +0000 (00:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 15 Feb 2017 00:11:16 +0000 (00:11 +0000)
src/wx/colour_conversion_editor.cc

index 00ab45fdfa77def055ac70d0156a9689b52e1e16..3a1ffe0bf13df73233e1f8cb3edad4c805bfb10b 100644 (file)
@@ -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;