In der Klasse com/arsdigita/cms/ui/type/ContentTypeAdminPane.java die FormProcessException in der Zeile 247 umgebaut.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3160 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-02-13 23:21:12 +00:00
parent 0525ec3de7
commit 287ce44760
1 changed files with 2 additions and 1 deletions

View File

@ -245,7 +245,8 @@ public final class ContentTypeAdminPane extends BaseAdminPane {
PageState state = event.getPageState();
if (m_form.isCancelled(state)) {
getBody().pop(state);
throw new FormProcessException("cancelled");
throw new FormProcessException(GlobalizationUtil.globalize(
"cms.ui.type.cancelled"));
}
}
} // end private class