X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapigrouplistall.php;h=51c3df1b2f7e128cc8ee7d2f8bfe647f16288c7a;hb=5eb6c0d73132a4fb408aca8ce88e4f75e1e79997;hp=65ff9ae59a8cf2637a01ddecc7aeed51bf12ec31;hpb=57198a74647f8350db4de03b0b7ef157091a4359;p=quix0rs-gnu-social.git diff --git a/actions/apigrouplistall.php b/actions/apigrouplistall.php index 65ff9ae59a..51c3df1b2f 100644 --- a/actions/apigrouplistall.php +++ b/actions/apigrouplistall.php @@ -89,7 +89,7 @@ class ApiGroupListAllAction extends ApiPrivateAuthAction $taguribase = TagURI::base(); $id = "tag:$taguribase:Groups"; $link = common_local_url('groups'); - // TRANS: Message is used as a subtitle when listing the lastest 20 groups. %s is a site name. + // TRANS: Message is used as a subtitle when listing the latest 20 groups. %s is a site name. $subtitle = sprintf(_("groups on %s"), $sitename); switch($this->format) {