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();
|
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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue