summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-13 20:14:01 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-13 20:14:01 +0000
commit7dd6bd52b76c1647144f8a11254bc7b722797b66 (patch)
tree32b637a88d858eea458dc041ccebcc605237d03a /src
parentab3c177e4671de3e0dc871d3165299f61c47b54a (diff)
Fix typo in label (thanks Rob van Nieuwkerk).
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_batch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc
index e01ee9114..9488f728c 100644
--- a/src/tools/dcpomatic_batch.cc
+++ b/src/tools/dcpomatic_batch.cc
@@ -196,7 +196,7 @@ public:
if (!confirm_dialog (
this,
wxString::Format(
- _("The DCPs for this film and the films already in the queue will take up about %1.f Gb. The "
+ _("The DCPs for this film and the films already in the queue will take up about %.1f Gb. The "
"disks that you are using only have %.1f Gb available. Do you want to add this film to the queue anyway?"),
total_required, available))) {
return;