diff --git a/ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemPropertiesStep.java b/ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemPropertiesStep.java index 302220bfe..4cf5721e3 100755 --- a/ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemPropertiesStep.java +++ b/ccm-cms-types-motditem/src/com/arsdigita/cms/contenttypes/ui/authoring/MOTDItemPropertiesStep.java @@ -117,9 +117,8 @@ public class MOTDItemPropertiesStep extends SimpleEditStep { if (getSaveCancelSection().getSaveButton() .isSelected(e.getPageState())) { - throw new FormProcessException((String) - GlobalizationUtil.globalize("cms.ui.submission_cancelled") - .localize()); + throw new FormProcessException(GlobalizationUtil.globalize( + "cms.ui.submission_cancelled")); } }