summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-02-01 20:31:56 +0100
committerZach Copley <zach@status.net>2010-02-05 03:18:43 +0000
commit52397f14741463cd518512e2f024b3ea7e18e136 (patch)
tree73b4c184edb5d7228f0fc3da38ec523077eb6080 /actions
parent7a7e2162dd7eed59e60d9360d8692abc111d940c (diff)
Sentence case for app statistics
Diffstat (limited to 'actions')
-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