summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-07 19:25:33 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-07 19:25:33 +0100
commitd62877ae6c4e316e43f4052e4b9ba673610012cf (patch)
tree3bc50c7c1d625f76dba47128b24326994d593fdb /src/lib/util.cc
parent5859b758e3a6e0191ce12e77b636c7def58bbc3b (diff)
parentfa3ed3149bd2464d920f54c92b99f57ce9b4d75f (diff)
Merge master.
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}