From cb5fb3c6fc6571b17ace3d6631d4e0852ca1a17e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 13 Oct 2018 23:47:22 +0100 Subject: Fix build. --- src/tools/dcpomatic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 181ac83c4..4354e079e 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -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 -- cgit v1.2.3