diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 19:25:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 19:25:33 +0100 |
| commit | d62877ae6c4e316e43f4052e4b9ba673610012cf (patch) | |
| tree | 3bc50c7c1d625f76dba47128b24326994d593fdb /src/lib/util.cc | |
| parent | 5859b758e3a6e0191ce12e77b636c7def58bbc3b (diff) | |
| parent | fa3ed3149bd2464d920f54c92b99f57ce9b4d75f (diff) | |
Merge master.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
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); } } } |
