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']) {
|
<?php switch($stationtype['classname']) {
|
||||||
case null: echo _('Stationttype Empty');
|
case null: echo _('Stationttype Empty');
|
||||||
break;
|
break;
|
||||||
|
case 'singlechoice': echo _('Stationtype singlechoice');
|
||||||
|
break;
|
||||||
case 'multiplechoice': echo _('Stationtype multiplechoice');
|
case 'multiplechoice': echo _('Stationtype multiplechoice');
|
||||||
break;
|
break;
|
||||||
case 'keyword': echo _('Stationtype keyword');
|
case 'keyword': echo _('Stationtype keyword');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue