diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-13 20:16:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-13 20:16:12 +0000 |
| commit | b7602ca3edaec9d0333efcd33f9f50e856b6cd9f (patch) | |
| tree | 95058d9a84721ad36cd0172761394bc2f3e1342a /src/tools/dcpomatic_batch.cc | |
| parent | ff8850eae133ccded67d3e2ed0620ad803a24176 (diff) | |
Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
Diffstat (limited to 'src/tools/dcpomatic_batch.cc')
| -rw-r--r-- | src/tools/dcpomatic_batch.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index 9488f728c..2be37a387 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -196,8 +196,8 @@ public: if (!confirm_dialog ( this, wxString::Format( - _("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?"), + _("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; } |
