diff options
| author | Nicola Larosa <nico@teknico.net> | 2008-08-12 06:29:01 +0000 |
|---|---|---|
| committer | Nicola Larosa <nico@teknico.net> | 2008-08-12 06:29:01 +0000 |
| commit | 97da73a98cfe5e5545b7d997e6078c8571115a76 (patch) | |
| tree | c0df075fcdda6bc765f95b0784e3e5e972ea354e | |
| parent | 3eb80748087004608ead65834a766d257e9edfc9 (diff) | |
Fixes #8227. Thanks, marcob.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/it/LC_MESSAGES/django.mo | bin | 69252 -> 69250 bytes | |||
| -rw-r--r-- | django/conf/locale/it/LC_MESSAGES/django.po | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/it/LC_MESSAGES/django.mo b/django/conf/locale/it/LC_MESSAGES/django.mo Binary files differindex 0fc9a45a9d..bfd081d906 100644 --- a/django/conf/locale/it/LC_MESSAGES/django.mo +++ b/django/conf/locale/it/LC_MESSAGES/django.mo diff --git a/django/conf/locale/it/LC_MESSAGES/django.po b/django/conf/locale/it/LC_MESSAGES/django.po index b283a53c9a..8a3f8e24ee 100644 --- a/django/conf/locale/it/LC_MESSAGES/django.po +++ b/django/conf/locale/it/LC_MESSAGES/django.po @@ -4173,7 +4173,7 @@ msgstr "" #: forms/models.py:590 #, python-format msgid "Select a valid choice. %s is not one of the available choices." -msgstr "Sceglie un'opzione valida. '%s non compare tra quelle disponibili." +msgstr "Scegli un'opzione valida. %s non compare tra quelle disponibili." #: oldforms/__init__.py:405 #, python-format |
