Various markup and tweaks.
[dcpomatic.git] / src / lib / stream.cc
index 4f12f41b9b7e73fa7ab49b50b1dccdcdad0ec53e..e5a2bbc2b92de72ec999ff22a7aa3d710a0420ac 100644 (file)
@@ -23,6 +23,8 @@
 #include "ffmpeg_decoder.h"
 #include "external_audio_decoder.h"
 
+#include "i18n.h"
+
 using std::string;
 using std::stringstream;
 using boost::shared_ptr;
@@ -47,7 +49,7 @@ SubtitleStream::SubtitleStream (string t, boost::optional<int>)
 string
 SubtitleStream::to_string () const
 {
-       return String::compose ("%1 %2", _id, _name);
+       return String::compose (N_("%1 %2"), _id, _name);
 }
 
 /** Create a SubtitleStream from a value returned from to_string().