Tweak text
authorCarl Hetherington <cth@carlh.net>
Thu, 26 Jul 2012 01:57:30 +0000 (02:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 26 Jul 2012 01:57:30 +0000 (02:57 +0100)
src/tools/dvdomatic.cc

index b677a198b42d31cf3cb3ba355dab37525aed0e7f..01f4cd59131502285e98a2670291df43d9cc6c3a 100644 (file)
@@ -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"));