From 4a389a94d4559fc6690324bf62458da0a1f70ecc Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 19 May 2011 09:27:30 +0000 Subject: [PATCH] =?utf8?q?Fix=20https://issues.apache.org/bugzilla/show=5F?= =?utf8?q?bug.cgi=3Fid=3D51221=20Correct=20Spanish=20translation=20of=20te?= =?utf8?q?xt=20used=20in=20a=20302=20response.=20Patch=20provided=20by=20P?= =?utf8?q?aco=20Sober=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 2 +- webapps/docs/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties b/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties index d3f3837e5..9d2b8b5f4 100644 --- a/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties +++ b/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties @@ -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 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index a44f2edc1..1ed33a903 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -49,6 +49,10 @@ 51197: Fix possible dropped connection when sendError or sendRedirst are used during async processing. (markt) + + 51221: Correct Spanish translation of text used in a 302 + response. Patch provided by Paco Soberón. (markt) + -- 2.11.0