diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-08-13 23:13:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-08-13 23:13:11 +0200 |
| commit | a172e67b9684100e063254f4cd0301155ec16edc (patch) | |
| tree | 01f4e5cc6adda2acfde593e469648c5da54abc83 | |
| parent | 98a8023dd774fd82c144a68039e0ea3131fb9142 (diff) | |
Rename colour -> source colourspace.
It's longer but doesn't look too bad (on Linux at least) and helps
clarify things. Suggested as part of #3066.
| -rw-r--r-- | src/wx/video_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index e58aa2678..477fe6d61 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -182,7 +182,7 @@ VideoPanel::create() _scale_custom = new wxRadioButton(this, wxID_ANY, _("custom")); _scale_custom_edit = new Button(this, _("Edit..."), wxDefaultPosition, small_button_size(this, _("Edit..."))); - _colour_conversion_label = create_label(this, _("Colour"), true); + _colour_conversion_label = create_label(this, _("Source\ncolourspace"), true); _colour_conversion = new wxChoice(this, wxID_ANY, wxDefaultPosition, size); _colour_conversion->Append(_("None")); for (auto const& i: PresetColourConversion::all()) { |
