Various alignment adjustments.
[dcpomatic.git] / src / wx / export_video_file_dialog.cc
index 30ea6ef479c7607d0d64db65103e20c5ca51331c..76731bdf58ad38b351541310e3e4267945270f29 100644 (file)
@@ -34,7 +34,7 @@ using boost::bind;
 #define FORMATS 2
 
 wxString format_names[] = {
-       _("ProRes"),
+       _("MOV / ProRes"),
        _("MP4 / H.264"),
 };