diff options
author | Georg Brandl <georg@python.org> | 2009-09-03 17:43:39 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-03 17:43:39 +0200 |
commit | a392b15c1215bc9c014e1598c9d0a8c036d89711 (patch) | |
tree | a83f849295dc2fdb8aae08b21e8c0e88cc1a4d03 | |
parent | db59dec9df72dedff021bab47b98146740816c65 (diff) | |
download | sphinx-git-a392b15c1215bc9c014e1598c9d0a8c036d89711.tar.gz |
#246: fix Italian translation.
-rw-r--r-- | sphinx/locale/it/LC_MESSAGES/sphinx.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.po b/sphinx/locale/it/LC_MESSAGES/sphinx.po index 0529b3cb8..f0e981c99 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -460,7 +460,7 @@ msgstr "© Copyright %(copyright)s." #: sphinx/themes/basic/layout.html:188 #, python-format msgid "Last updated on %(last_updated)s." -msgstr "Ultimo Aggiornamento on %(last_updated)s." +msgstr "Ultimo aggiornamento %(last_updated)s." #: sphinx/themes/basic/layout.html:191 #, python-format |