Author: markt
Date: Thu May 19 09:27:30 2011
New Revision: 1124629

URL: http://svn.apache.org/viewvc?rev=1124629&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51221
Correct Spanish translation of text used in a 302 response.
Patch provided by Paco Soberón.

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties
    tomcat/trunk/webapps/docs/changelog.xml

Modified: 
tomcat/trunk/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties?rev=1124629&r1=1124628&r2=1124629&view=diff
==============================================================================
--- 
tomcat/trunk/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties 
(original)
+++ 
tomcat/trunk/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties 
Thu May 19 09:27:30 2011
@@ -27,7 +27,7 @@ sc.206=Contenido Parcial
 sc.207=Multi-Estado
 sc.300=M\u00faltiples Elecciones
 sc.301=Movido permanentemente
-sc.302=Movido tempor\u00e1lmente
+sc.302=Movido temporalmente
 sc.303=Mirar Otro
 sc.304=No Modificado
 sc.305=Usar Proxy

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1124629&r1=1124628&r2=1124629&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu May 19 09:27:30 2011
@@ -49,6 +49,10 @@
         <bug>51197</bug>: Fix possible dropped connection when sendError or
         sendRedirst are used during async processing. (markt)
       </fix>
+      <fix>
+        <bug>51221</bug>: Correct Spanish translation of text used in a 302
+        response. Patch provided by Paco Soberón. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to