Hand apply 7e5cb78c7e14aac65d1e8a4df301cfac8cf20b2c from master;
[dcpomatic.git] / src / wx / colour_conversion_editor.cc
index 4a1e5074fa625073be95def3dcbc5b34fb39b5a6..129c6f2ea46e44c9483953e8bc0ac9a3dc79605a 100644 (file)
@@ -77,9 +77,8 @@ ColourConversionEditor::ColourConversionEditor (wxWindow* parent)
 
        add_label_to_grid_bag_sizer (table, this, _("Output gamma"), true, wxGBPosition (r, 0));
        wxBoxSizer* output_sizer = new wxBoxSizer (wxHORIZONTAL);
-       /* TRANSLATORS: this means the mathematical reciprocal operation, i.e. we are dividing 1 by the control that
-          comes after it.
-       */
+       /// TRANSLATORS: this means the mathematical reciprocal operation, i.e. we are dividing 1 by the control that
+       /// comes after it.
        add_label_to_sizer (output_sizer, this, _("1 / "), false);
        _output_gamma = new wxSpinCtrlDouble (this);
        output_sizer->Add (_output_gamma);