summaryrefslogtreecommitdiff
path: root/sphinx/locale/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/locale/__init__.py')
-rw-r--r--sphinx/locale/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/locale/__init__.py b/sphinx/locale/__init__.py
index 3aca780c..96da67d6 100644
--- a/sphinx/locale/__init__.py
+++ b/sphinx/locale/__init__.py
@@ -5,7 +5,7 @@
Locale utilities.
- :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
@@ -159,7 +159,7 @@ admonitionlabels = {
'hint': l_('Hint'),
'important': l_('Important'),
'note': l_('Note'),
- 'seealso': l_('See Also'),
+ 'seealso': l_('See also'),
'tip': l_('Tip'),
'warning': l_('Warning'),
}