diff options
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 9fc9d57f7ae..fad4007aa19 100644 --- a/lib/base.php +++ b/lib/base.php @@ -263,7 +263,7 @@ class OC_UTIL { } //common hint for all file permissons error messages - $permissionsHint="Permissions can usually be fixed by setting the owner of the directory to the user the web server runs as ($serverUser)"; + $permissionsHint="Permissions can usually be fixed by setting the owner of the file or directory to the user the web server runs as ($serverUser)"; //check for correct file permissions if(!stristr(PHP_OS, 'WIN')){ |