diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-13 23:47:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-13 23:47:22 +0100 |
| commit | cb5fb3c6fc6571b17ace3d6631d4e0852ca1a17e (patch) | |
| tree | 6ee1e86a4464411449b97864cd90dc2a7be61455 /src | |
| parent | 37ef3aa3f0173703568fc1d5da21a39030928c60 (diff) | |
Fix build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
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 |
