Tweak tagline.
authorCarl Hetherington <cth@carlh.net>
Sun, 3 May 2015 01:45:38 +0000 (02:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 3 May 2015 01:45:38 +0000 (02:45 +0100)
src/wx/about_dialog.cc

index 98dd83262caffc404d1153b8747dba774b358bf3..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);