1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-08 06:06:53 +02:00

Translation Updates

This commit is contained in:
Awilum
2013-01-26 00:45:55 +02:00
parent 13fb6babb7
commit 2e1c8ebc0e
36 changed files with 222 additions and 212 deletions

View File

@@ -5,7 +5,7 @@
<?php
echo (
Html::anchor(__('Create New Block', 'blocks'), 'index.php?id=blocks&action=add_block', array('title' => __('Create new block', 'blocks'), 'class' => 'btn default btn-small')). Html::nbsp(3)
Html::anchor(__('Create New Block', 'blocks'), 'index.php?id=blocks&action=add_block', array('title' => __('Create New Block', 'blocks'), 'class' => 'btn default btn-small')). Html::nbsp(3)
);
?>