Changeset 2003 for branches/release-35/lib/MT/CMS/Blog.pm
- Timestamp:
- 04/21/08 10:34:46 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-35/lib/MT/CMS/Blog.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/lib/MT/CMS/Blog.pm
r1980 r2003 2119 2119 if ( -d $cache_path ) { 2120 2120 $message = MT->translate( 2121 'Err Movable Type cannot write to the template cache directory. Please check the permissions for the directory called <code>[_1]</code> underneath your blog directory.',2121 'Error: Movable Type cannot write to the template cache directory. Please check the permissions for the directory called <code>[_1]</code> underneath your blog directory.', 2122 2122 'cache' 2123 2123 ) unless ( -w $cache_path ); … … 2125 2125 else { 2126 2126 $message = MT->translate( 2127 'Err Movable Type was not able to create a directory to cache your dynamic templates. You should create a directory called <code>[_1]</code> underneath your blog directory.',2127 'Error: Movable Type was not able to create a directory to cache your dynamic templates. You should create a directory called <code>[_1]</code> underneath your blog directory.', 2128 2128 'cache' 2129 2129 ) unless ( -d $cache_path );
