From 471616aae9541d22e2fe77280cccb1515958db4e Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 27 Oct 2007 04:26:44 +0000 Subject: [PATCH] Fixed #5799 -- Apparently it's not enough to have all the right letters in a word; the Spanish people also want them in the right order. So fixed a typo in the Spanish translation. Thanks, maru. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6616 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/locale/es/LC_MESSAGES/django.mo | Bin 61344 -> 61344 bytes django/conf/locale/es/LC_MESSAGES/django.po | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/locale/es/LC_MESSAGES/django.mo b/django/conf/locale/es/LC_MESSAGES/django.mo index 29b411467e4bb30a442b596b9129e233f487e92c..728c53a15bad6a3e60fd75780780ae902fec51dc 100644 GIT binary patch delta 17 ZcmZ2*pLxN3<_+A7nTql^^Ddt30{};q2Z#Uw delta 17 ZcmZ2*pLxN3<_+A7nevM^^Ddt30{};n2Z#Uw diff --git a/django/conf/locale/es/LC_MESSAGES/django.po b/django/conf/locale/es/LC_MESSAGES/django.po index 786889106e..509e01f7c0 100644 --- a/django/conf/locale/es/LC_MESSAGES/django.po +++ b/django/conf/locale/es/LC_MESSAGES/django.po @@ -1016,7 +1016,7 @@ msgstr "Escoja %s para modificar" #: contrib/admin/views/main.py:780 msgid "Database error" -msgstr "Erorr en la base de datos" +msgstr "Error en la base de datos" #: contrib/auth/forms.py:17 #: contrib/auth/forms.py:138