Merge branch 'package'
[speedfreak] / Server / system / i18n / en_US / upload.php
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2
3 $lang = array
4 (
5         'not_writable' => 'The upload destination folder, %s, does not appear to be writable.',
6 );