diff options
author | friendica <info@friendica.com> | 2011-12-08 01:28:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-08 01:28:27 -0800 |
commit | 3da3cd686cc7fa51e2c98e98dbf8bd3a65880bdd (patch) | |
tree | e18be4db0a3c0d980c4634f9f8821671ac598a93 /boot.php | |
parent | 961e34f67f477d18619d7d9a4aa8856a879b679a (diff) | |
download | volse-hubzilla-3da3cd686cc7fa51e2c98e98dbf8bd3a65880bdd.tar.gz volse-hubzilla-3da3cd686cc7fa51e2c98e98dbf8bd3a65880bdd.tar.bz2 volse-hubzilla-3da3cd686cc7fa51e2c98e98dbf8bd3a65880bdd.zip |
notifications refactor
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |