Fixed a typo in the ExpertiseOrganizationSheet
git-svn-id: https://svn.libreccm.org/ccm/trunk@3639 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
67e957dca3
commit
982e973fd1
|
|
@ -68,7 +68,7 @@ public class ExpertiseOrganizationSheet
|
||||||
"publications.ui.expertise.organization")),
|
"publications.ui.expertise.organization")),
|
||||||
TABLE_COL_EDIT));
|
TABLE_COL_EDIT));
|
||||||
columnModel.add(new TableColumn(
|
columnModel.add(new TableColumn(
|
||||||
0,
|
1,
|
||||||
new Label(PublicationGlobalizationUtil.globalize(
|
new Label(PublicationGlobalizationUtil.globalize(
|
||||||
"publications.ui.expertise.organization.remove")),
|
"publications.ui.expertise.organization.remove")),
|
||||||
TABLE_COL_DEL));
|
TABLE_COL_DEL));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue