Verbage of a closed invite only site, it shouldnt ask you to register.

This commit is contained in:
Eric Helgeson 2009-06-12 16:43:40 -05:00
parent 4c61f98cd0
commit acff6d4bfd
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class PublicAction extends Action
if (common_logged_in()) {
$message .= _('Be the first to post!');
}
else {
if (! (common_config('site','closed') || common_config('site','inviteonly'))) {
$message .= _('Why not [register an account](%%action.register%%) and be the first to post!');
}