summaryrefslogtreecommitdiff
path: root/actions/showapplication.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-02-01 20:31:56 +0100
committerSarven Capadisli <csarven@status.net>2010-02-01 20:31:56 +0100
commit0e49b3525d81a62a21e94e656c0ee5f2d38409eb (patch)
treee7a1fc5122b4355be19667ea830991a692c68ac4 /actions/showapplication.php
parent0787daff2cd3d73ac1a4af2353b35f6199ebff49 (diff)
Sentence case for app statistics
Diffstat (limited to 'actions/showapplication.php')
-rw-r--r--actions/showapplication.php2
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