summaryrefslogtreecommitdiff
path: root/sphinx/builders/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/html.py')
-rw-r--r--sphinx/builders/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py
index e395144aa..3a943b3f0 100644
--- a/sphinx/builders/html.py
+++ b/sphinx/builders/html.py
@@ -881,7 +881,7 @@ class StandaloneHTMLBuilder(Builder):
elif not path.isfile(icontarget):
copyfile(path.join(self.confdir, self.config.html_favicon),
icontarget)
- logger.info('done')
+ logger.info(__('done'))
except OSError as err:
logger.warning(__('cannot copy static file %r'), err)