Fix latex-ism.
[dcpomatic.git] / src / wx / hints_dialog.cc
index a5f3417a2401a018c24db4caa4451f0a4506e9e4..9f89569481f0d8f17cd8e570b68216d0d768a7a8 100644 (file)
@@ -143,7 +143,7 @@ HintsDialog::film_changed ()
 
        if (three_d > 0) {
                hint = true;
-               _text->WriteText (_("You are using 3D content but your DCP is set to 2D.  Set the DCP to 3D if you want to play it back on a 3D system (e.g.\ Real-D, MasterImage etc.)"));
+               _text->WriteText (_("You are using 3D content but your DCP is set to 2D.  Set the DCP to 3D if you want to play it back on a 3D system (e.g. Real-D, MasterImage etc.)"));
                _text->Newline ();
        }