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

Update index.view.php

changed it to new language file!
This commit is contained in:
bernte
2014-03-01 01:28:47 +01:00
parent a8c163a535
commit de3ad26ece

View File

@@ -38,7 +38,7 @@
</div>
<div class="upload-file-info"></div>
<div class="btn btn-link file-size-max-upload">
<?php echo __('Maximum upload file size: :upload_max_filesize', 'pages', array(':upload_max_filesize' => $upload_max_filesize)); ?>
<?php echo __('Maximum upload file size: :upload_max_filesize', 'filesmanager', array(':upload_max_filesize' => $upload_max_filesize)); ?>
</div>
</div>
</div>
@@ -191,4 +191,4 @@
</form>
</div>
</div>
</div>
</div>