From 3da3cd686cc7fa51e2c98e98dbf8bd3a65880bdd Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 8 Dec 2011 01:28:27 -0800 Subject: notifications refactor --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index bd7dfa8e4..f9ece444b 100644 --- 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; } -- cgit v1.2.3