Sentence case for app statistics

This commit is contained in:
Sarven Capadisli 2010-02-01 20:31:56 +01:00
parent 0787daff2c
commit 0e49b3525d

View File

@ -201,7 +201,7 @@ class ShowApplicationAction extends OwnerDesignAction
$userCnt = $appUsers->count(); $userCnt = $appUsers->count();
$this->raw(sprintf( $this->raw(sprintf(
_('created by %1$s - %2$s access by default - %3$d users'), _('Created by %1$s - %2$s access by default - %3$d users'),
$profile->getBestName(), $profile->getBestName(),
$defaultAccess, $defaultAccess,
$userCnt $userCnt