Merge master.
[dcpomatic.git] / src / lib / util.cc
index 654546e62e572e5f4107de5783d6f6f784fbc657..06da94294e4b8fe877d155c9c9158dedd73c7a29 100644 (file)
@@ -972,7 +972,7 @@ FrameRateConversion::FrameRateConversion (float source, int dcp)
 
                if (change_speed) {
                        float const pc = dcp * 100 / (source * factor());
-                       description += String::compose (_("DCP will run at %1%% of the source speed."), pc);
+                       description += String::compose (_("DCP will run at %1%% of the source speed.\n"), pc);
                }
        }
 }