@@ -107,7 +107,7 @@ |
||
| 107 | 107 | { |
| 108 | 108 | foreach ($frame->getChildren() as $child) { |
| 109 | 109 | if ($child instanceof Label && $child->getTranslate()) { |
| 110 | - $textId = 'exp_' . md5($child->getTextId()); |
|
| 110 | + $textId = 'exp_'.md5($child->getTextId()); |
|
| 111 | 111 | $translations[$textId] = $this->translationHelper->getTranslations($child->getTextId(), []); |
| 112 | 112 | |
| 113 | 113 | // Replaces with text id that can be used in the xml. |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | ->setAreaColor("3af") |
| 56 | 56 | ->setPosition(100, 60) |
| 57 | 57 | ->setScriptEvents(true); |
| 58 | - // $manialink->addChild($label); |
|
| 58 | + // $manialink->addChild($label); |
|
| 59 | 59 | |
| 60 | 60 | $btnFrame = Frame::create("buttons"); |
| 61 | 61 | $btnFrame->setZ(101)->setPosition(0, 30); |