]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Sentence case for app statistics
authorSarven Capadisli <csarven@status.net>
Mon, 1 Feb 2010 19:31:56 +0000 (20:31 +0100)
committerZach Copley <zach@status.net>
Fri, 5 Feb 2010 03:18:43 +0000 (03:18 +0000)
actions/showapplication.php

index a6ff425c7c5f285c3becb776c012db2d1d2701df..090e11882ebe49c6f0b59cc4f3f097dc6990a9f3 100644 (file)
@@ -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