Try to fix build.
[dcpomatic.git] / src / wx / about_dialog.cc
index 54cbb090c2ba6ac816567739d3c34b72a9260af1..e54590bae532eabf224e97f565ed036f10d439b5 100644 (file)
@@ -62,7 +62,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("Free, open-source DCP generation from almost anything."),
+               _("Free, open-source DCP creation from almost anything."),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
        t->SetFont (subtitle_font);
@@ -218,6 +218,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        tested_by.Add (wxT ("GĂ©rald Maruccia"));
        tested_by.Add (wxT ("Will Meadows"));
        tested_by.Add (wxT ("Brad Miller"));
+       tested_by.Add (wxT ("Ash Mitchell"));
        tested_by.Add (wxT ("Anders Nordentoft-Madsen"));
        tested_by.Add (wxT ("Mauro Ottonello"));
        tested_by.Add (wxT ("Peter Puchner"));