Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51221
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 May 2011 09:27:30 +0000 (09:27 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 May 2011 09:27:30 +0000 (09:27 +0000)
Correct Spanish translation of text used in a 302 response.
Patch provided by Paco SoberĂ³n.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1124629 13f79535-47bb-0310-9956-ffa450edef68

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

index d3f3837..9d2b8b5 100644 (file)
@@ -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
index a44f2ed..1ed33a9 100644 (file)
         <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">