diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-03 02:45:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-03 02:45:38 +0100 |
| commit | 7279e975ff0e088a1934e57bc22a4bf17ddd7743 (patch) | |
| tree | 58fa2d7cb3596c263ac5cc930c146518da51dac1 /src | |
| parent | 03a5bfe8ac36fa6ba6a288232348d9fd5adf7847 (diff) | |
Tweak tagline.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
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); |
