Integration of vendor r1694: minor bugfix in globalization support
git-svn-id: https://svn.libreccm.org/ccm/trunk@53 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
a8cafb0051
commit
e86029d00c
|
|
@ -25,7 +25,7 @@
|
||||||
* this is just a convenience method
|
* this is just a convenience method
|
||||||
*/
|
*/
|
||||||
GlobalizedMessage getMessage(String key) {
|
GlobalizedMessage getMessage(String key) {
|
||||||
return new GlobalizedMessage(key, "com.arsdigita.ui.login.SubsiteResources");
|
return new GlobalizedMessage(key, "com.arsdigita.ui.login.LoginResources");
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue