Fix typo in label (thanks Rob van Nieuwkerk).
authorCarl Hetherington <cth@carlh.net>
Sun, 13 Jan 2019 20:14:01 +0000 (20:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Jan 2019 20:14:01 +0000 (20:14 +0000)
src/tools/dcpomatic_batch.cc

index e01ee911457de89f2e4808f23145b0b1e897e080..9488f728c873d4ff8830211b78e24c31681f30e8 100644 (file)
@@ -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;