summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-29 22:02:25 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-29 22:02:25 +0100
commitbbdc38cd15e6a2823d49ad2723b188d5cd7bbdf0 (patch)
treed6493614ac428da7ee38abed068a6900e426108a
parentebc36d56736997b40a51301a8746c6727cc34b1f (diff)
Typo.
-rw-r--r--src/wx/timing_panel.cc2
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;