Fix text in about box.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Oct 2012 15:49:32 +0000 (16:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Oct 2012 15:49:32 +0000 (16:49 +0100)
src/tools/dvdomatic.cc

index 23cf216ca1d8e29de534b9e1c757008bc5ca9cc2..5bc8b93fbfd21a37d624a9d48aa0cc210c390356 100644 (file)
@@ -351,7 +351,7 @@ public:
        {
                wxAboutDialogInfo info;
                info.SetName (_("DVD-o-matic"));
-               info.SetVersion (std_to_wx (String::compose ("DVD-o-matic version %1 git %2", dvdomatic_version, dvdomatic_git_commit)));
+               info.SetVersion (std_to_wx (String::compose ("version %1 git %2", dvdomatic_version, dvdomatic_git_commit)));
                info.SetDescription (_("Free, open-source DCP generation from almost anything."));
                info.SetCopyright (_("(C) Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"));
                wxArrayString authors;