diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-01 20:31:56 +0100 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-05 03:18:43 +0000 |
commit | 52397f14741463cd518512e2f024b3ea7e18e136 (patch) | |
tree | 73b4c184edb5d7228f0fc3da38ec523077eb6080 | |
parent | 7a7e2162dd7eed59e60d9360d8692abc111d940c (diff) |
Sentence case for app statistics
-rw-r--r-- | actions/showapplication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showapplication.php b/actions/showapplication.php index a6ff425c7..090e11882 100644 --- a/actions/showapplication.php +++ b/actions/showapplication.php @@ -201,7 +201,7 @@ class ShowApplicationAction extends OwnerDesignAction $userCnt = $appUsers->count(); $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(), $defaultAccess, $userCnt |