summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-03 02:45:38 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-03 02:45:38 +0100
commit7279e975ff0e088a1934e57bc22a4bf17ddd7743 (patch)
tree58fa2d7cb3596c263ac5cc930c146518da51dac1 /src
parent03a5bfe8ac36fa6ba6a288232348d9fd5adf7847 (diff)
Tweak tagline.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 98dd83262..e54590bae 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -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);