Various joining fixes.
[dcpomatic.git] / src / wx / hints_dialog.cc
index 18b1f5451dc4bb460ba6265ea03841d7780c0040..668d713216e8ad49b1a40a8a9acd41b0ab7e62fd 100644 (file)
@@ -87,7 +87,7 @@ HintsDialog::film_changed ()
 
        if (vob > 1) {
                hint = true;
-               _text->WriteText (wxString::Format (_("You have %d files that look like they are VOB files from DVD.  You should coalesce them to ensure smooth joins between the files."), vob));
+               _text->WriteText (wxString::Format (_("You have %d files that look like they are VOB files from DVD. You should join them to ensure smooth joins between the files."), vob));
                _text->Newline ();
        }