Fehler #2400 FormprocessException, modul Shortcut

git-svn-id: https://svn.libreccm.org/ccm/trunk@3124 8810af33-2d31-482b-a856-94f89814c4df
master
konermann 2015-02-09 10:12:18 +00:00
parent ea9939daed
commit 8d1ecf4a68
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class ShortcutForm extends Form {
.addError("You must enter an absolute path "
+ "(starting with '/') or a fully "
+ "qualified URL (starting with 'http://' or 'https://')");
throw new FormProcessException("invalid URL");
throw new FormProcessException(GlobalizationUtil.globalize("shortcuts.ui.invalid_key"));
}
});