aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-07-16 08:24:19 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-07-16 08:29:13 +0200
commitd2c90e4285fe3495f43620632e3909c2a77c87cb (patch)
treef06eaaa2f0ff2e3c5a03454576bc2e16573c528e /lib
parent36ffbc685fc915945089aa3ae121cd927875dc95 (diff)
fix typos, fixes #5728
Closes #5728 Merge request studip/studip!4360
Diffstat (limited to 'lib')
-rw-r--r--lib/models/Course.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/Course.class.php b/lib/models/Course.class.php
index 2c5a0b0..41e84f8 100644
--- a/lib/models/Course.class.php
+++ b/lib/models/Course.class.php
@@ -888,7 +888,7 @@ class Course extends SimpleORMap implements Range, PrivacyObject, StudipItem, Fe
if ($this->admission_prelim_txt) {
$log[] = sprintf(_('Neuer Hinweistext bei vorläufigen Eintragungen: %s'), strip_tags(kill_format($this->admission_prelim_txt)));
} else {
- $log[] = _('Hinweistext bei vorläufigen Eintragungen wurde entfert');
+ $log[] = _('Hinweistext bei vorläufigen Eintragungen wurde entfernt');
}
}