From 27aa8560ae3b93d7d9111a116a294cc3f2911801 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Feb 2013 17:35:14 -0800 Subject: catch all the changes --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4c9ee68ce..541703b99 100644 --- a/boot.php +++ b/boot.php @@ -1301,7 +1301,7 @@ function profile_load(&$a, $nickname, $profile = 0) { if(! $user) { logger('profile error: ' . $a->query_string, LOGGER_DEBUG); - notice( t('Requested account is not available.') . EOL ); + notice( t('Requested channel is not available.') . EOL ); $a->error = 404; return; } -- cgit v1.2.3