From: Carl Hetherington Date: Tue, 24 May 2016 10:43:25 +0000 (+0100) Subject: Missing S_ on translation markup. X-Git-Tag: v2.8.5~37 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=f74ed4201c1d393982439724de5fa81ce0393550 Missing S_ on translation markup. --- 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);