]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge branch 'master' into notify
[friendica.git] / boot.php
index aca51aa63dae9d45e5e0437d39a49fe9a2c47f02..7c60c11ad71834aa39b21ae3d9eda648d593b3cf 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -830,7 +830,7 @@ function profile_load(&$a, $nickname, $profile = 0) {
        }
 
        if(($r === false) || (! count($r))) {
-               notice( t('No profile') . EOL );
+               notice( t('Requested profile is not available.') . EOL );
                $a->error = 404;
                return;
        }