From: Sarven Capadisli Date: Mon, 1 Feb 2010 19:31:56 +0000 (+0100) Subject: Sentence case for app statistics X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e49b3525d81a62a21e94e656c0ee5f2d38409eb;p=quix0rs-gnu-social.git Sentence case for app statistics --- diff --git a/actions/showapplication.php b/actions/showapplication.php index a6ff425c7c..090e11882e 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