summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-24 11:43:25 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-24 11:43:25 +0100
commitf74ed4201c1d393982439724de5fa81ce0393550 (patch)
tree9fbb34b2ec71a2d0c2cea4ffda947b9afc464918 /src
parentf6fc903e246ca72856cd842b4888f85cd114e21e (diff)
Missing S_ on translation markup.
Diffstat (limited to 'src')
-rw-r--r--src/wx/dcp_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index ad6b6a9e0..d9795e85e 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -181,7 +181,7 @@ DCPPanel::DCPPanel (wxNotebook* n, boost::shared_ptr<Film> film)
_reel_type->Append (_("Single reel"));
_reel_type->Append (_("Split by video content"));
/// TRANSLATORS: translate the word "Custom" here; do not include the "Reel|" prefix
- _reel_type->Append (_("Reel|Custom"));
+ _reel_type->Append (S_("Reel|Custom"));
_reel_length->SetRange (1, 64);