diff --git a/ccm-cms/src/com/arsdigita/cms/ui/FolderProperties.java b/ccm-cms/src/com/arsdigita/cms/ui/FolderProperties.java index 8cef2890a..3aa5f0424 100755 --- a/ccm-cms/src/com/arsdigita/cms/ui/FolderProperties.java +++ b/ccm-cms/src/com/arsdigita/cms/ui/FolderProperties.java @@ -213,7 +213,8 @@ public class FolderProperties extends CMSContainer { throws FormProcessException { PageState state = event.getPageState(); if ( isCancelled(state) ) { - throw new FormProcessException( (String) GlobalizationUtil.globalize("cms.ui.cancel_hit").localize()); + throw new FormProcessException( + GlobalizationUtil.globalize("cms.ui.cancel_hit")); } } });