diff options
Diffstat (limited to 'sphinx/theming.py')
-rw-r--r-- | sphinx/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/theming.py b/sphinx/theming.py index 7a4720e0c..944c446c3 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 |