summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/theming.py')
-rw-r--r--sphinx/theming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/theming.py b/sphinx/theming.py
index 33c4c76be..7287f7fc4 100644
--- a/sphinx/theming.py
+++ b/sphinx/theming.py
@@ -133,7 +133,7 @@ class Theme(object):
for option, value in iteritems(overrides):
if option not in options:
- logger.warning('unsupported theme option %r given' % option)
+ logger.warning(__('unsupported theme option %r given') % option)
else:
options[option] = value