Missing S_ on translation markup.
authorCarl Hetherington <cth@carlh.net>
Tue, 24 May 2016 10:43:25 +0000 (11:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 24 May 2016 10:43:25 +0000 (11:43 +0100)
src/wx/dcp_panel.cc

index ad6b6a9e04899f7827bb2ad74fde6f0fe28b15c8..d9795e85e70d1e431690da1c2700a298e241c552 100644 (file)
@@ -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);