Index: branches/5.0.x/core/install.php =================================================================== diff -u -r12417 -r12435 --- branches/5.0.x/core/install.php (.../install.php) (revision 12417) +++ branches/5.0.x/core/install.php (.../install.php) (revision 12435) @@ -1,6 +1,6 @@ writeableFolders as $folder_path) { $file_path = FULL_PATH . str_replace('$1', $writeable_base, $folder_path); if (file_exists($file_path) && !is_writable($file_path)) { - $this->errorMessage = 'Install cannot write to specified folder in the root directory of your installation'; + $this->errorMessage = '
Installation can not continue until all required permissions are set correctly'; break; } }