diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-29 22:02:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-29 22:02:25 +0100 |
| commit | bbdc38cd15e6a2823d49ad2723b188d5cd7bbdf0 (patch) | |
| tree | d6493614ac428da7ee38abed068a6900e426108a /src | |
| parent | ebc36d56736997b40a51301a8746c6727cc34b1f (diff) | |
Typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timing_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timing_panel.cc b/src/wx/timing_panel.cc index 1e87f8e8d..7abe9e8f9 100644 --- a/src/wx/timing_panel.cc +++ b/src/wx/timing_panel.cc @@ -128,7 +128,7 @@ TimingPanel::TimingPanel (ContentPanel* p, FilmViewer* viewer) * http://trac.wxwidgets.org/ticket/13389 */ - wxString in = _("<i>Only change this if it the content's frame rate has been read incorrectly.</i>"); + wxString in = _("<i>Only change this if the content's frame rate has been read incorrectly.</i>"); wxString out; int const width = 20; int current = 0; |
