X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Futil.cc;h=06da94294e4b8fe877d155c9c9158dedd73c7a29;hp=654546e62e572e5f4107de5783d6f6f784fbc657;hb=d62877ae6c4e316e43f4052e4b9ba673610012cf;hpb=5859b758e3a6e0191ce12e77b636c7def58bbc3b diff --git a/src/lib/util.cc b/src/lib/util.cc index 654546e62..06da94294 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -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); } } }