aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-13 17:35:14 -0800
committerfriendica <info@friendica.com>2013-02-13 17:35:14 -0800
commit27aa8560ae3b93d7d9111a116a294cc3f2911801 (patch)
treeae5df27edd85194459309dfcb5d7ef791d82ae60 /boot.php
parent3fdbb8b4ce3c328a859afd215d123bf9c7b62a12 (diff)
downloadvolse-hubzilla-27aa8560ae3b93d7d9111a116a294cc3f2911801.tar.gz
volse-hubzilla-27aa8560ae3b93d7d9111a116a294cc3f2911801.tar.bz2
volse-hubzilla-27aa8560ae3b93d7d9111a116a294cc3f2911801.zip
catch all the changes
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
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;
}