From: markt Date: Thu, 19 May 2011 09:27:30 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51221 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4a389a94d4559fc6690324bf62458da0a1f70ecc;p=tomcat7.0 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. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1124629 13f79535-47bb-0310-9956-ffa450edef68 --- 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) +