Skip to content

Commit

Permalink
allow localization
Browse files Browse the repository at this point in the history
  • Loading branch information
tleilax committed Aug 12, 2015
1 parent 1e37836 commit bbf2119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected function getCourses()
$rows = $statement->fetchAll(PDO::FETCH_ASSOC);

if (!empty($cm)) {
$courses['unbegrenzt laufende'] = $rows;
$courses[_('unbegrenzt laufende')] = $rows;
}

return $courses;
Expand Down

0 comments on commit bbf2119

Please sign in to comment.