summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-13 23:47:22 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-13 23:47:22 +0100
commitcb5fb3c6fc6571b17ace3d6631d4e0852ca1a17e (patch)
tree6ee1e86a4464411449b97864cd90dc2a7be61455 /src
parent37ef3aa3f0173703568fc1d5da21a39030928c60 (diff)
Fix build.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
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