diff --git a/app/controllers/course/contentmodules.php b/app/controllers/course/contentmodules.php
index d1ac7b48b371336484726fc99c0db93bda87e926..2d4268fc498f3d66850ba693354359a5bbf13c1d 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);