summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-07 17:12:37 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-07 17:12:37 +0100
commit588ddc8856b5188c5c666280da1b2c962e64dedb (patch)
tree5a8dc91110a667406c680675e8ee9b2143796b04 /src/lib
parent6789f52af621865fbd673a2d252621c7013481dc (diff)
Add note about audio resampling (#96).
Diffstat (limited to 'src/lib')
-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 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);
}
}
}