summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-26 02:32:53 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-26 02:32:53 +0100
commitdf109c0941744bd808c9d3c1702381aebec27da0 (patch)
tree35779864a4319c9942a9981cc3b92dd5d2b5199d /src
parentb12d9d3269af8a17f74c5b7a8dba095a70c01a89 (diff)
Tweak blurb.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dvdomatic.cc2
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"));