Skip to content
Snippets Groups Projects
Commit 845cb60b authored by srosse's avatar srosse
Browse files

OO-1886: wording

parent 18e1ce24
No related branches found
No related tags found
No related merge requests found
...@@ -458,7 +458,7 @@ public class AssessmentModeEditController extends FormBasicController { ...@@ -458,7 +458,7 @@ public class AssessmentModeEditController extends FormBasicController {
courseElementsRestrictionEl.clearError(); courseElementsRestrictionEl.clearError();
if(courseElementsRestrictionEl.isAtLeastSelected(1)) { if(courseElementsRestrictionEl.isAtLeastSelected(1)) {
if(elementKeys.isEmpty()) { if(elementKeys.isEmpty()) {
courseElementsRestrictionEl.setErrorKey("form.legende.mandatory", null); courseElementsRestrictionEl.setErrorKey("error.course.element.mandatory", null);
allOk &= false; allOk &= false;
} }
} }
......
...@@ -43,6 +43,7 @@ delete.mode=Pr\u00FCfungskonfiguration l\u00F6schen ...@@ -43,6 +43,7 @@ delete.mode=Pr\u00FCfungskonfiguration l\u00F6schen
edit=Bearbeiten edit=Bearbeiten
elements=Kursbausteine elements=Kursbausteine
error.atleastone=Bitte w\u00E4hlen Sie mindestens ein Pr\u00FCfungskonfiguration. error.atleastone=Bitte w\u00E4hlen Sie mindestens ein Pr\u00FCfungskonfiguration.
error.course.element.mandatory=Bitte w\u00E4hlen Sie die entsprechenden Kurselemente.
error.in.assessment=Sie d\u00FCrfen kein Pr\u00FCfungen l\u00F6schen die gerade gestartet sind. error.in.assessment=Sie d\u00FCrfen kein Pr\u00FCfungen l\u00F6schen die gerade gestartet sind.
error.ip.range=Sie sind nicht im richtigen Netzwerk. error.ip.range=Sie sind nicht im richtigen Netzwerk.
error.safe.exam=Bitte benutzen Sie den Safe Exam Browser. error.safe.exam=Bitte benutzen Sie den Safe Exam Browser.
......
...@@ -42,6 +42,7 @@ edit=Edit ...@@ -42,6 +42,7 @@ edit=Edit
elements=Course elements elements=Course elements
error.atleastone=Please, choose at least one exam setting. error.atleastone=Please, choose at least one exam setting.
error.begin.after.end=The start date must be before the end date. error.begin.after.end=The start date must be before the end date.
error.course.element.mandatory=Please select the relevant course elements.
error.group.missing=You must choose at least one group. error.group.missing=You must choose at least one group.
error.ip.range=You are not in the right network. error.ip.range=You are not in the right network.
error.safe.exam=Please, use the Safe Exam Browser. error.safe.exam=Please, use the Safe Exam Browser.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment