Kleiner Fehler an der Lokaliserung (es fehlte ein .localize()) behoben.

git-svn-id: https://svn.libreccm.org/ccm/trunk@633 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2010-11-24 20:43:31 +00:00
parent 9d4315b042
commit c5b1f1a405
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public class GenericOrganizationalUnitPersonsTable extends Table implements
return role.getName(); return role.getName();
} else { } else {
return ContenttypesGlobalizationUtil.globalize( return ContenttypesGlobalizationUtil.globalize(
"cms.ui.unknownRole"); "cms.ui.unknownRole").localize();
} }
case 2: case 2:
return ContenttypesGlobalizationUtil.globalize( return ContenttypesGlobalizationUtil.globalize(