diff options
| -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; |
