Rename ProRes export format to MOV / ProRes (#2067).
authorCarl Hetherington <cth@carlh.net>
Thu, 12 Aug 2021 20:32:49 +0000 (22:32 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 12 Aug 2021 20:32:49 +0000 (22:32 +0200)
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"),
 };