diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-07-16 08:24:19 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-07-16 08:29:59 +0200 |
| commit | 93903dc6d30facb7a653a5bbbfebd2a0b58a99a0 (patch) | |
| tree | 890319eba14f5ad0256ef175e1b2465352887def /lib | |
| parent | ab15a0ba815bf2afc7ab1d12e8efc07f8a271259 (diff) | |
fix typos, fixes #5728
Closes #5728
Merge request studip/studip!4360
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/models/Course.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/Course.class.php b/lib/models/Course.class.php index 564fd0d..97b246b 100644 --- a/lib/models/Course.class.php +++ b/lib/models/Course.class.php @@ -881,7 +881,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'); } } |
