From 982e973fd18ece45179ce075d31a9de46584be1b Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 23 Sep 2015 12:12:22 +0000 Subject: [PATCH] Fixed a typo in the ExpertiseOrganizationSheet git-svn-id: https://svn.libreccm.org/ccm/trunk@3639 8810af33-2d31-482b-a856-94f89814c4df --- .../cms/contenttypes/ui/ExpertiseOrganizationSheet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/ui/ExpertiseOrganizationSheet.java b/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/ui/ExpertiseOrganizationSheet.java index a03bce719..117cd39f3 100644 --- a/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/ui/ExpertiseOrganizationSheet.java +++ b/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/ui/ExpertiseOrganizationSheet.java @@ -68,7 +68,7 @@ public class ExpertiseOrganizationSheet "publications.ui.expertise.organization")), TABLE_COL_EDIT)); columnModel.add(new TableColumn( - 0, + 1, new Label(PublicationGlobalizationUtil.globalize( "publications.ui.expertise.organization.remove")), TABLE_COL_DEL));