From fd913d7c4537236c76585edf9681b22c893bd926 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 15 Jan 2026 00:15:56 +0100 Subject: Fix Lightbenders name. --- src/wx/about_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 11cba841b..3ca44eae3 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -170,7 +170,7 @@ AboutDialog::AboutDialog(wxWindow* parent) add_section(_("Translated by"), translated_by); wxArrayString patrons; - patrons.Add(char_to_wx("Lightbender Post")); + patrons.Add(char_to_wx("LightBenders Color Grading Boutique")); add_section(_("Patrons"), patrons); wxArrayString subscribers; -- cgit v1.2.3