diff --git a/app/controllers/course/contentmodules.php b/app/controllers/course/contentmodules.php index df397cdf42fac99909c43e7168da6bb0d1ae9f14..5dc3164ab9580bf768ca70560a5c78c4e690929a 100644 --- a/app/controllers/course/contentmodules.php +++ b/app/controllers/course/contentmodules.php @@ -51,10 +51,10 @@ class Course_ContentmodulesController extends AuthenticatedController $this->categories[] = $module['category']; } if (!$module['category']) { - if (!in_array(_('Sonstige'), $this->categories)) { - $this->categories[] = _('Sonstige'); + if (!in_array(_('Sonstiges'), $this->categories)) { + $this->categories[] = _('Sonstiges'); } - $this->modules[$i]['category'] = _('Sonstige'); + $this->modules[$i]['category'] = _('Sonstiges'); } } sort($this->categories);