Tweak error formatting.
authorCarl Hetherington <cth@carlh.net>
Sun, 13 Mar 2016 01:01:38 +0000 (01:01 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Mar 2016 01:01:38 +0000 (01:01 +0000)
src/tools/dcpomatic.cc

index 1e40fbd697a0935d8457d3cb04e9396c170b72b8..4814d08a4f1a896133f61d48b11705574eb271dd 100644 (file)
@@ -1064,7 +1064,7 @@ private:
                        error_dialog (
                                0,
                                wxString::Format (
-                                       _("An exception occurred: %s.\n\n") + " " + REPORT_PROBLEM,
+                                       _("An exception occurred: %s.\n\n") + REPORT_PROBLEM,
                                        std_to_wx (e.what ())
                                        )
                                );