From 588ddc8856b5188c5c666280da1b2c962e64dedb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 7 Apr 2013 17:12:37 +0100 Subject: Add note about audio resampling (#96). --- src/lib/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util.cc') diff --git a/src/lib/util.cc b/src/lib/util.cc index 5b2038cde..557e9a34b 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -1014,7 +1014,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); } } } -- cgit v1.2.3