diff --git a/ccm-cms/src/com/arsdigita/cms/ui/lifecycle/AddPhaseForm.java b/ccm-cms/src/com/arsdigita/cms/ui/lifecycle/AddPhaseForm.java index 9c7704316..949edbbc4 100755 --- a/ccm-cms/src/com/arsdigita/cms/ui/lifecycle/AddPhaseForm.java +++ b/ccm-cms/src/com/arsdigita/cms/ui/lifecycle/AddPhaseForm.java @@ -306,9 +306,8 @@ class AddPhaseForm extends CMSForm { if (phaseDef.getLabel().equalsIgnoreCase(label)) { phaseDefs.close(); - throw new FormProcessException - ("A phase with that name already exists for this lifecycle: " - + label); + throw new FormProcessException(GlobalizationUtil.globalize( + "cms.ui.lifecycle.name_not_unique")); } } }