Skip to content

Commit

Permalink
Dev: replaced nobody by everybody
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 10, 2016
1 parent 2351730 commit edd84dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Boxes.php
Expand Up @@ -114,7 +114,7 @@ public function getUsergroupname()
}
elseif ( $usergroupid=='-1' )
{
return gT('nobody');
return gT('Everybody');
}
else
{
Expand Down

0 comments on commit edd84dc

Please sign in to comment.