Fixed a typo in the ExpertiseOrganizationSheet

git-svn-id: https://svn.libreccm.org/ccm/trunk@3639 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-09-23 12:12:22 +00:00
parent 67e957dca3
commit 982e973fd1
1 changed files with 1 additions and 1 deletions

View File

@ -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));