diff options
Diffstat (limited to 'sphinx/builders/_epub_base.py')
-rw-r--r-- | sphinx/builders/_epub_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/_epub_base.py b/sphinx/builders/_epub_base.py index f07fef21d..7eb1dadc1 100644 --- a/sphinx/builders/_epub_base.py +++ b/sphinx/builders/_epub_base.py @@ -403,7 +403,7 @@ class EpubBuilder(StandaloneHTMLBuilder): the format and resizing the image if necessary/possible. """ ensuredir(path.join(self.outdir, self.imagedir)) - for src in status_iterator(self.images, 'copying images... ', "brown", + for src in status_iterator(self.images, __('copying images... '), "brown", len(self.images), self.app.verbosity): dest = self.images[src] try: |