Kleiner Fehler an der Lokaliserung (es fehlte ein .localize()) behoben.
git-svn-id: https://svn.libreccm.org/ccm/trunk@633 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
9d4315b042
commit
c5b1f1a405
|
|
@ -163,7 +163,7 @@ public class GenericOrganizationalUnitPersonsTable extends Table implements
|
|||
return role.getName();
|
||||
} else {
|
||||
return ContenttypesGlobalizationUtil.globalize(
|
||||
"cms.ui.unknownRole");
|
||||
"cms.ui.unknownRole").localize();
|
||||
}
|
||||
case 2:
|
||||
return ContenttypesGlobalizationUtil.globalize(
|
||||
|
|
|
|||
Loading…
Reference in New Issue