|
@@ -155,8 +155,7 @@ |
|
|
block discarded – undo |
|
155
|
155
|
$panel[] = $this->renderResources($this->ignoredResources); |
|
156
|
156
|
} |
|
157
|
157
|
|
|
158
|
|
- return empty($panel) ? '' : |
|
159
|
|
- '<h1>Missing translations: ' . count(array_unique($this->untranslated, SORT_REGULAR)) . |
|
|
158
|
+ return empty($panel) ? '' : '<h1>Missing translations: ' . count(array_unique($this->untranslated, SORT_REGULAR)) . |
|
160
|
159
|
', Resources: ' . count(Nette\Utils\Arrays::flatten($this->resources)) . '</h1>' . |
|
161
|
160
|
'<div class="nette-inner tracy-inner kdyby-TranslationPanel" style="min-width:500px">' . implode($panel) . '</div>' . |
|
162
|
161
|
'<style> |
Please login to merge, or discard this patch.