]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
notifications refactor
[friendica.git] / boot.php
index bd7dfa8e440c75077bc46822cfaa6d9c9716488d..f9ece444b2846dc2fbc9bf5b13eef9100d29af4e 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -825,7 +825,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;
        }