diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-24 12:05:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-24 12:05:01 +0000 |
| commit | ee63091f695dfe4e5a1bf8e30a1e828b8dd6940d (patch) | |
| tree | 19cee177eb1d4c252f9fbacfeda4e7965fdc3bb8 /src/wx/colour_conversion_editor.cc | |
| parent | 0c2dfab6d1483af2a8be64213613f454d14fbe2d (diff) | |
Hand apply 7e5cb78c7e14aac65d1e8a4df301cfac8cf20b2c from master;
fix markup of TRANSLATORS comments.
Diffstat (limited to 'src/wx/colour_conversion_editor.cc')
| -rw-r--r-- | src/wx/colour_conversion_editor.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc index 4a1e5074f..129c6f2ea 100644 --- a/src/wx/colour_conversion_editor.cc +++ b/src/wx/colour_conversion_editor.cc @@ -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); |
