fix translation of Stationtype ?singlechoice?
This commit is contained in:
parent
676c2386fd
commit
b6b2d40bd0
1 changed files with 2 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue