From 206e29a58adbf86849dff0215fddabfa526a1619 Mon Sep 17 00:00:00 2001 From: James William Dumay Date: Fri, 24 Oct 2008 03:04:58 +0000 Subject: [PATCH] Fixed internationalisation git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707527 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-webapp/src/main/resources/struts.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties index 6f76d3f89..2ffc2b459 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties @@ -29,4 +29,4 @@ struts.multipart.parser=jakarta # TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes # Localization -struts.custom.i18n.resources=org.codehaus.plexus.redback.xwork.default,org.apache.maven.archiva.redback.custom +struts.custom.i18n.resources=org.codehaus.plexus.redback.struts2.default,org.apache.maven.archiva.redback.custom