summaryrefslogtreecommitdiff
path: root/src/lib/frame_rate_change.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/frame_rate_change.cc')
-rw-r--r--src/lib/frame_rate_change.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/frame_rate_change.cc b/src/lib/frame_rate_change.cc
index 8372493ef..69296c970 100644
--- a/src/lib/frame_rate_change.cc
+++ b/src/lib/frame_rate_change.cc
@@ -19,7 +19,6 @@
*/
-#include "compose.hpp"
#include "content.h"
#include "film.h"
#include "frame_rate_change.h"
@@ -93,7 +92,7 @@ FrameRateChange::description () const
} else if (repeat == 2) {
description = _("Each content frame will be doubled in the DCP.\n");
} else if (repeat > 2) {
- description = String::compose (_("Each content frame will be repeated %1 more times in the DCP.\n"), repeat - 1);
+ description = fmt::format(_("Each content frame will be repeated {} more times in the DCP.\n"), repeat - 1);
}
if (change_speed) {