1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Merge pull request #18 from stanislavsky/patch-3

Update plugins/box/information/views/backend/index.view.php
This commit is contained in:
Sergey Romaneko
2012-10-13 22:37:56 -07:00

View File

@@ -33,7 +33,7 @@
<td><?php if (MONSTRA_GZIP) { echo __('on', 'information'); } else { echo __('off', 'information'); } ?></td>
</tr>
<tr>
<td><?php echo __('Debuging', 'information'); ?></td>
<td><?php echo __('Debugging', 'information'); ?></td>
<td><?php if (Core::$environment == Core::DEVELOPMENT) { echo __('on', 'information'); } else { echo __('off', 'information'); } ?></td>
</tr>
</tbody>