diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-07 17:04:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-07 17:04:42 +0000 |
| commit | 9980c40a47abe24f8dd3cb16e14ad4a3254a8465 (patch) | |
| tree | 74b89a2911504825d4ec1bb0006cbe64a6247c5a /src | |
| parent | 6c9cbc74a656257e5cd7f1901439dd22256faf96 (diff) | |
Fix latex-ism.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/hints_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/hints_dialog.cc b/src/wx/hints_dialog.cc index a5f3417a2..9f8956948 100644 --- a/src/wx/hints_dialog.cc +++ b/src/wx/hints_dialog.cc @@ -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 (); } |
