summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-26 02:57:30 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-26 02:57:30 +0100
commitd9d2a370a86ff6ddf6cc44c4ff6894162928be04 (patch)
tree4f145a5addc3d2ff617a0935eb978aa235cc80d8 /src
parentc317087f637eeaa88c00a7b415b1d42ab28ba031 (diff)
Tweak text
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 b677a198b..01f4cd591 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 (_("Free, open-source DCP generation from almost anything"));
+ 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"));