From e86029d00cac1f01ea49042ac9a76548db25b917 Mon Sep 17 00:00:00 2001 From: pb Date: Mon, 9 Jun 2008 13:36:22 +0000 Subject: [PATCH] Integration of vendor r1694: minor bugfix in globalization support git-svn-id: https://svn.libreccm.org/ccm/trunk@53 8810af33-2d31-482b-a856-94f89814c4df --- ccm-ldn-theme/web/templates/ccm-ldn-theme/undoTheme-login.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-ldn-theme/web/templates/ccm-ldn-theme/undoTheme-login.jsp b/ccm-ldn-theme/web/templates/ccm-ldn-theme/undoTheme-login.jsp index 2eacbec68..af3516142 100755 --- a/ccm-ldn-theme/web/templates/ccm-ldn-theme/undoTheme-login.jsp +++ b/ccm-ldn-theme/web/templates/ccm-ldn-theme/undoTheme-login.jsp @@ -25,7 +25,7 @@ * this is just a convenience method */ GlobalizedMessage getMessage(String key) { - return new GlobalizedMessage(key, "com.arsdigita.ui.login.SubsiteResources"); + return new GlobalizedMessage(key, "com.arsdigita.ui.login.LoginResources"); } %>