fix translation of Stationtype ?singlechoice?

This commit is contained in:
oliver 2016-02-27 20:00:24 +01:00
parent 676c2386fd
commit b6b2d40bd0

View file

@ -89,6 +89,8 @@
<?php switch($stationtype['classname']) {
case null: echo _('Stationttype Empty');
break;
case 'singlechoice': echo _('Stationtype singlechoice');
break;
case 'multiplechoice': echo _('Stationtype multiplechoice');
break;
case 'keyword': echo _('Stationtype keyword');