diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-26 02:32:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-26 02:32:53 +0100 |
| commit | df109c0941744bd808c9d3c1702381aebec27da0 (patch) | |
| tree | 35779864a4319c9942a9981cc3b92dd5d2b5199d /src/tools | |
| parent | b12d9d3269af8a17f74c5b7a8dba095a70c01a89 (diff) | |
Tweak blurb.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index ab687c955..b677a198b 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -334,7 +334,7 @@ public: wxAboutDialogInfo info; info.SetName (_("DVD-o-matic")); info.SetVersion (wxT (DVDOMATIC_VERSION)); - info.SetDescription (_("DCP generation from arbitrary formats")); + info.SetDescription (_("Free, open-source DCP generation from almost anything")); info.SetCopyright (_("(C) Carl Hetherington, Terrence Meiczinger, Paul Davis")); wxArrayString authors; authors.Add (wxT ("Carl Hetherington")); |
