Fix build.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Oct 2018 22:47:22 +0000 (23:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Oct 2018 22:47:22 +0000 (23:47 +0100)
src/tools/dcpomatic.cc

index 181ac83c46301d1346700c080ccd2a1e8d76e06a..4354e079e4d320b41f89b6cd15ea4d556fdde2e7 100644 (file)
@@ -491,7 +491,7 @@ private:
                                wxString message = _("Could not create folder to store film.");
                                if (!found_bad_chars.empty()) {
                                        message += "  ";
-                                       message += wxString::Format (_("Try removing the %s characters from your folder name.", std_to_wx(found_bad_chars).data()));
+                                       message += wxString::Format (_("Try removing the %s characters from your folder name."), std_to_wx(found_bad_chars).data());
                                }
                                error_dialog (this, message, std_to_wx(e.what()));
 #else