Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent aafe876972
commit 771ae790bb
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Navigation'] = [
return ['Navigation' => [
'Create' => 'Create',
'Draw' => 'Draw',
'List' => 'List',
];
]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Draw'] = [
return ['Draw' => [
'Created' => 'Created',
'Creator' => 'Creator',
'Draw' => 'Draw',
@ -23,4 +23,4 @@ $MODLANG['Draw'] = [
'Name' => 'Name',
'Permission' => 'Permission',
'Start' => 'Start',
];
]];