]> source.dussan.org Git - nextcloud-server.git/commitdiff
make the file permissions hint more clear
authorRobin Appelman <icewind1991@gmail.com>
Sun, 17 Apr 2011 16:19:40 +0000 (18:19 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Sun, 17 Apr 2011 16:19:50 +0000 (18:19 +0200)
lib/base.php

index 9fc9d57f7ae0deb79dc8cfa7291e920b703b4a82..fad4007aa195544c61422d75b4a6b86dd9587528 100644 (file)
@@ -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')){