X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic.cc;h=4354e079e4d320b41f89b6cd15ea4d556fdde2e7;hb=cb5fb3c6fc6571b17ace3d6631d4e0852ca1a17e;hp=181ac83c46301d1346700c080ccd2a1e8d76e06a;hpb=37ef3aa3f0173703568fc1d5da21a39030928c60;p=dcpomatic.git 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