Integration of vendor r1694: minor bugfix in globalization support

git-svn-id: https://svn.libreccm.org/ccm/trunk@53 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2008-06-09 13:36:22 +00:00
parent a8cafb0051
commit e86029d00c
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
%>