diff --git a/admin/support.php b/admin/support.php index b091c1e..f170964 100644 --- a/admin/support.php +++ b/admin/support.php @@ -276,14 +276,14 @@ if (file_exists("{$BASE_DIR}/fp-content/images/.thumbs")) { $test_file = @fopen("{$BASE_DIR}/fp-content/images/.thumbs/chmod-test-file", "a+"); if ($test_file) { - echo '

The images/.thump directory is writable.

'; + echo '

The images/.thumbs directory is writable.

'; } else { - echo '

! The images/.thump directory is not writable!

'; + echo '

! The images/.thumbs directory is not writable!

'; } @fclose($test_file); @unlink("{$BASE_DIR}/fp-content/images/chmod-test-file"); } else { - echo '

The .thump directory does not exist, but is created automatically as soon as a thumbnail has been created with the Thumbnails plugin

'; + echo '

The .thumbs directory does not exist, but is created automatically as soon as a thumbnail has been created with the Thumbnails plugin

'; } ?>