Tweak tagline.
[dcpomatic.git] / 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);