From f74ed4201c1d393982439724de5fa81ce0393550 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 May 2016 11:43:25 +0100 Subject: Missing S_ on translation markup. --- src/wx/dcp_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) _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); -- cgit v1.2.3